Skip to content

Commit 8f8e65c

Browse files
committed
Copy minimal lockfile in the first loop through the crates
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 276476e commit 8f8e65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
run: |
7272
for path in $(colcon list | awk '$3 == "(ament_cargo)" { print $2 }'); do
7373
cd $path
74+
cp Cargo.lock.minimal Cargo.lock
7475
rustup toolchain install nightly
7576
cargo +nightly fmt -- --check
7677
cd -

0 commit comments

Comments
 (0)