Skip to content

Commit

Permalink
⬇️ Revert ":arrow_up: Bump risc0-zkvm from 1.2.4 to 1.3.0 (#830)"
Browse files Browse the repository at this point in the history
This reverts commit 4822dc9.
  • Loading branch information
BertrandD committed Feb 26, 2025
1 parent d74b12a commit 1bb36c1
Show file tree
Hide file tree
Showing 13 changed files with 93 additions and 144 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install r0vm
run: |
wget https://github.com/risc0/risc0/releases/download/v1.3.0/cargo-risczero-x86_64-unknown-linux-gnu.tgz
wget https://github.com/risc0/risc0/releases/download/v1.2.0/cargo-risczero-x86_64-unknown-linux-gnu.tgz
tar xzvf cargo-risczero-x86_64-unknown-linux-gnu.tgz
echo "$PWD" >> $GITHUB_PATH
- run: cargo build --verbose
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Install r0vm
run: |
wget https://github.com/risc0/risc0/releases/download/v1.3.0/cargo-risczero-x86_64-unknown-linux-gnu.tgz
wget https://github.com/risc0/risc0/releases/download/v1.2.0/cargo-risczero-x86_64-unknown-linux-gnu.tgz
tar xzvf cargo-risczero-x86_64-unknown-linux-gnu.tgz
echo "$PWD" >> $GITHUB_PATH
- name: Generate code coverage
Expand Down
Loading

0 comments on commit 1bb36c1

Please sign in to comment.