Skip to content

Commit b319aba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ 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
153+
if which cargo-clippy > /dev/null 2>&1; then
154154
echo '--- cargo clippy'
155155
echo
156156
echo 'msrv = "1.56"' > .clippy.toml

0 commit comments

Comments
 (0)