From 5d0aa6ea54899b6a8784533294c200316f8dcdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Czajka?= <62751+lukaszcz@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:17:00 +0200 Subject: [PATCH] Fix RISC0 compilation on the CI (#3015) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721dc5afe2..9cdcca54ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: shell: bash run: | cargo install cargo-binstall@1.6.9 --force - cargo binstall cargo-risczero@1.0.2 --no-confirm --force + cargo binstall cargo-risczero@1.1.0 --no-confirm --force cargo risczero install - name: Checkout CairoVM @@ -377,7 +377,7 @@ jobs: shell: bash run: | cargo install cargo-binstall@1.6.9 --force - cargo binstall cargo-risczero@1.0.2 --no-confirm --force + cargo binstall cargo-risczero@1.1.0 --no-confirm --force cargo risczero install - name: Checkout CairoVM