Skip to content

Commit 6ea0fa0

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

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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
53+
./rustup-init.exe --profile minimal --no-modify-path -y -c clippy
5454
fi
5555
5656
- name: Rust
@@ -150,12 +150,11 @@ jobs:
150150
cargo clean -p blst --release --target=x86_64-pc-windows-gnu
151151
echo
152152
fi
153-
if which cargo-clippy > /dev/null 2>&1; then
154-
echo '--- cargo clippy'
155-
echo
156-
echo 'msrv = "1.56"' > .clippy.toml
157-
cargo clippy --release
158-
fi
153+
echo
154+
echo '--- cargo clippy'
155+
echo
156+
echo 'msrv = "1.56"' > .clippy.toml
157+
cargo clippy --release
159158
cargo clean -p blst
160159
cargo clean -p blst --release
161160
rm -rf target/.rustc_info.json

0 commit comments

Comments
 (0)