We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387f96b commit 9c4baa9Copy full SHA for 9c4baa9
1 file changed
.github/workflows/push.yaml
@@ -38,6 +38,7 @@ jobs:
38
key: cargo-cache-${{ env.CARGO_GPU_COMMITSH }}-${{ runner.os }}
39
- uses: moonrepo/setup-rust@v1
40
- run: rustup default stable
41
+ - run: rustup component add --toolchain nightly rustfmt
42
- run: rustup update
43
- run: |
44
cargo install --git https://github.com/rust-gpu/cargo-gpu --rev $CARGO_GPU_COMMITSH cargo-gpu
0 commit comments