Skip to content

Commit

Permalink
update release to install correct risc0 version (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Sep 6, 2024
1 parent 4b42404 commit a2e378c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
- name: Install Cargo Risczero
run: |
cargo binstall -y cargo-risczero
cargo risczero install --version v2024-04-22.0
# TODO: do below on testnet launch
# curl -L https://risczero.com/install | bash; source /home/runner/.bashrc; rzup -v 1.0.5;
curl -L https://risczero.com/install | bash; source ~/.bashrc; ./.risc0/bin/rzup -v 1.0.5;
- name: Build Project
env:
Expand Down Expand Up @@ -81,8 +78,7 @@ jobs:
- name: Install Cargo Risczero
run: |
source $HOME/.cargo/env
cargo binstall -y cargo-risczero
cargo risczero install --version v2024-04-22.0
curl -L https://risczero.com/install | bash; source ~/.bashrc; ./.risc0/bin/rzup -v 1.0.5;
- name: Build Project
env:
Expand Down

0 comments on commit a2e378c

Please sign in to comment.