We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4309358 commit cc3927fCopy full SHA for cc3927f
1 file changed
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- run: rustup target add x86_64-unknown-linux-musl
60
- run: pipx install cargo-zigbuild
61
- - uses: mlugg/setup-zig@v2
+ - uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
62
63
# --locked: verify Cargo.lock is up to date (replaces the removed `cargo check --locked`)
64
- run: cargo clippy --locked --all-targets --all-features -- -D warnings
@@ -108,7 +108,7 @@ jobs:
108
109
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
110
111
112
113
114
# For x86_64-apple-darwin on arm64 runner, install x64 node so fspy preload dylib
0 commit comments