Skip to content

Commit 2f048c0

Browse files
committed
🐎 ci: rust build
1 parent 6945435 commit 2f048c0

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ env:
1111

1212
jobs:
1313
build:
14-
15-
runs-on: ubuntu-latest
1614
strategy:
1715
matrix:
18-
toolchain:
19-
- nightly
16+
os: [ubuntu-latest, windows-latest]
17+
runs-on: ${{ matrix.os }}
2018
steps:
2119
- uses: actions/checkout@v4
22-
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
20+
- uses: dtolnay/rust-toolchain@nightly
2321
- name: Build
2422
run: cargo build --verbose
2523
- name: Build for release

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)