We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0620288 commit f614965Copy full SHA for f614965
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
--exclude lib/rustlib/rustc-src \
54
-hczvf \
55
./rust-toolchain-${{ matrix.triple }}.tar.gz \
56
- -C ./build/${{ matrix.triple }}/stage2/ \
+ -C $HOME/.risc0/toolchains/*rust*/ \
57
.
58
working-directory: rust
59
0 commit comments