Skip to content

Commit 0971449

Browse files
committed
fix(build): Use cargo --locked in CI pipeline
1 parent f72285d commit 0971449

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
@@ -48,7 +48,7 @@ jobs:
4848
components: clippy
4949
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
5050
- name: Run clippy
51-
run: cargo clippy --all-targets --features ${{ matrix.feature }} -- -D warnings
51+
run: cargo clippy --locked --all-targets --features ${{ matrix.feature }} -- -D warnings
5252

5353
test:
5454
name: Test

0 commit comments

Comments
 (0)