Skip to content

Commit c5d4960

Browse files
committed
Clear out any old toolchains on the builder
1 parent f614965 commit c5d4960

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
ref: bobbobbio/rust-1.88
4343
path: risc0
4444

45+
- name: Remove old toolchains
46+
run: rm -r $HOME/.risc0/toolchains
47+
4548
- name: Build
4649
run: GITHUB_ACTIONS=false cargo run --bin rzup -- build rust --path $GITHUB_WORKSPACE/rust
4750
working-directory: risc0

0 commit comments

Comments
 (0)