Skip to content

Commit 9c4baa9

Browse files
committed
add rustfmt to nightly toolchain
1 parent 387f96b commit 9c4baa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
key: cargo-cache-${{ env.CARGO_GPU_COMMITSH }}-${{ runner.os }}
3939
- uses: moonrepo/setup-rust@v1
4040
- run: rustup default stable
41+
- run: rustup component add --toolchain nightly rustfmt
4142
- run: rustup update
4243
- run: |
4344
cargo install --git https://github.com/rust-gpu/cargo-gpu --rev $CARGO_GPU_COMMITSH cargo-gpu

0 commit comments

Comments
 (0)