We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276476e commit 8f8e65cCopy full SHA for 8f8e65c
.github/workflows/rust-minimal.yml
@@ -71,6 +71,7 @@ jobs:
71
run: |
72
for path in $(colcon list | awk '$3 == "(ament_cargo)" { print $2 }'); do
73
cd $path
74
+ cp Cargo.lock.minimal Cargo.lock
75
rustup toolchain install nightly
76
cargo +nightly fmt -- --check
77
cd -
0 commit comments