Skip to content

Commit 7809ad9

Browse files
committed
Fix CI
1 parent 67c7bb3 commit 7809ad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Formatting test
24-
run: rustup component add rustfmt; cargo fmt +nightly --all -- --check
24+
run: rustup component add rustfmt; cargo +nightly fmt --all -- --check
25+
if: toolchain == 'nightly'
2526

2627
- uses: actions/checkout@v2
2728

0 commit comments

Comments
 (0)