Skip to content

Commit 6870294

Browse files
committed
Add rustfmt for nightly toolchain (fix attempt)
1 parent f41d8b4 commit 6870294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
22+
- run: rustup component add rustfmt
2223
- run: cargo build --workspace --verbose
2324
- run: cargo test --workspace --verbose
2425
- run: cargo fmt -- --check

0 commit comments

Comments
 (0)