Skip to content

Commit 50291e5

Browse files
committed
fixup! .github/workflows/ci.yml: test Windows on ARM.
1 parent 6ea0fa0 commit 50291e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,12 @@ jobs:
5050
run: |
5151
if ! which cargo > /dev/null 2>&1; then
5252
curl -sSf -o rustup-init.exe https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe
53-
./rustup-init.exe --profile minimal --no-modify-path -y -c clippy
53+
./rustup-init.exe --profile minimal --component clippy -y
5454
fi
5555
5656
- name: Rust
5757
shell: bash
5858
run: |
59-
if ! which cargo > /dev/null 2>&1; then
60-
export PATH=$HOME/.cargo/bin:$PATH
61-
fi
6259
rustc --version --verbose
6360
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
6461
cd bindings/rust

0 commit comments

Comments
 (0)