Skip to content

Commit 6974c3a

Browse files
committed
Install nightly for cargo +nightly fmt
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 3992efe commit 6974c3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
run: |
6565
for path in $(colcon list | awk '$3 == "(ament_cargo)" { print $2 }'); do
6666
cd $path
67+
rustup toolchain install nightly
6768
cargo +nightly fmt -- --check
6869
cd -
6970
done

0 commit comments

Comments
 (0)