Skip to content

Commit 80b0e09

Browse files
committed
build(ci): explicitly use nightly toolchain
1 parent a436a9b commit 80b0e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
token: ${{ secrets.CI_READ }}
8888
toolchain: nightly
8989
- run: rustup component add rustfmt
90-
- run: cargo fmt --all --check
90+
- run: cargo +nightly fmt --all --check
9191

9292
clippy:
9393
needs: skip-duplicates

0 commit comments

Comments
 (0)