Skip to content

Commit b851404

Browse files
back to forbidden action
1 parent dfc8ac8 commit b851404

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@ jobs:
4141
working-directory: ./test-rust-code
4242
steps:
4343
- 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"
44+
- uses: dtolnay/rust-toolchain@stable
5045
- run: cargo test --message-format human
5146

5247
deploy:

0 commit comments

Comments
 (0)