Skip to content

Commit 3992efe

Browse files
committed
Use nightly for style check
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 875bda3 commit 3992efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
for path in $(colcon list | awk '$3 == "(ament_cargo)" { print $2 }'); do
6666
cd $path
67-
cargo fmt -- --check
67+
cargo +nightly fmt -- --check
6868
cd -
6969
done
7070

0 commit comments

Comments
 (0)