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 dfc8ac8 commit b851404Copy full SHA for b851404
.github/workflows/master.yml
@@ -41,12 +41,7 @@ jobs:
41
working-directory: ./test-rust-code
42
steps:
43
- uses: actions/checkout@v5
44
- - uses: risc0/risc0/.github/actions/rustup@v3.0.3
45
- - name: install cargo risczero
46
- uses: ./.github/actions/bininstall-risc0
47
- with:
48
- risczero-version: "3.0.3"
49
- toolchain-version: "1.88.0"
+ - uses: dtolnay/rust-toolchain@stable
50
- run: cargo test --message-format human
51
52
deploy:
0 commit comments