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 f614965 commit 2974864Copy full SHA for 2974864
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
arch: X64
22
triple: x86_64-unknown-linux-gnu
23
runs-on: [ self-hosted, release, "${{ matrix.os }}", "${{ matrix.arch }}" ]
24
+ env:
25
+ RISC0_HOME: $GITHUB_WORKSPACE/rzup_artifacts
26
steps:
27
- name: Install Rust
28
uses: risc0/actions-rs-toolchain@v1
@@ -53,7 +55,7 @@ jobs:
53
55
--exclude lib/rustlib/rustc-src \
54
56
-hczvf \
57
./rust-toolchain-${{ matrix.triple }}.tar.gz \
- -C $HOME/.risc0/toolchains/*rust*/ \
58
+ -C $GITHUB_WORKSPACE/rzup_artifacts/toolchains/*rust*/ \
59
.
60
working-directory: rust
61
0 commit comments