From 27d962989a4ccd4ed050dd917bbe61932d6348c3 Mon Sep 17 00:00:00 2001 From: Lukasz Czajka Date: Thu, 5 Dec 2024 12:55:57 +0100 Subject: [PATCH] update RISC0 CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 044fce3b96..bc7d35c9c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,11 +223,13 @@ jobs: with: cache-on-failure: false + # cargo-risczero version needs to be updated to the latest version if the + # CI reports a version inconsistency error - name: Install RISC0 VM shell: bash run: | cargo install cargo-binstall@1.6.9 --force - cargo binstall cargo-risczero@1.1.1 --no-confirm --force + cargo binstall cargo-risczero@1.2.0 --no-confirm --force cargo risczero install - name: Checkout CairoVM