We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f614965 commit c5d4960Copy full SHA for c5d4960
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,9 @@ jobs:
42
ref: bobbobbio/rust-1.88
43
path: risc0
44
45
+ - name: Remove old toolchains
46
+ run: rm -r $HOME/.risc0/toolchains
47
+
48
- name: Build
49
run: GITHUB_ACTIONS=false cargo run --bin rzup -- build rust --path $GITHUB_WORKSPACE/rust
50
working-directory: risc0
0 commit comments