Skip to content

Commit 67d05cb

Browse files
committed
Adds a --locked flag to cargo install command, to force to install with dependencies specified by Cargo.lock files of the installed package.
1 parent d6189df commit 67d05cb

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
@@ -274,7 +274,7 @@ jobs:
274274
toolchain: ${{ matrix.rust_version }}
275275
components: rustfmt, clippy
276276
- name: 'Install cargo-raze'
277-
run: cargo install cargo-raze --version ${{ matrix.cargo_raze_version }}
277+
run: cargo install --locked cargo-raze --version ${{ matrix.cargo_raze_version }}
278278
- name: 'Run Rustfmt'
279279
run: (cd tensorboard/data/server/ && cargo fmt -- --check)
280280
- name: 'Run Clippy'

0 commit comments

Comments
 (0)