Skip to content

Commit 66a42fb

Browse files
ci: Fix ARM builds
1 parent 951cf12 commit 66a42fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/launcher.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4.2.2
38-
- name: Setup Rust
39-
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
38+
- name: Setup rust
39+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
40+
with:
41+
toolchain: ${{ matrix.toolchain }}
4042
- name: Build
4143
run: cargo build --verbose
4244
- name: Upload artifact

0 commit comments

Comments
 (0)