Skip to content

Commit d93742a

Browse files
author
Naohiro Yoshida
committed
fix ci
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 7816a37 commit d93742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install components
2222
run: |
2323
rustup component add rustfmt clippy
24-
cargo install cargo-machete --version 0.8.0
24+
cargo install cargo-machete --version 0.8.0 --locked
2525
- name: Check format
2626
run: cargo fmt --all -- --check
2727
- name: Check clippy

0 commit comments

Comments
 (0)