We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951cf12 commit 66a42fbCopy full SHA for 66a42fb
.github/workflows/launcher.yml
@@ -35,8 +35,10 @@ jobs:
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4.2.2
38
- - name: Setup Rust
39
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
+ - name: Setup rust
+ uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
40
+ with:
41
+ toolchain: ${{ matrix.toolchain }}
42
- name: Build
43
run: cargo build --verbose
44
- name: Upload artifact
0 commit comments