From ca2132326f1c842a75971189b95f33eaf1258133 Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Sun, 10 Nov 2024 02:56:23 +0100 Subject: [PATCH] source path --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1255d3e..652878a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: install risc0 if: success() || failure() run: | - curl -L https://risczero.com/install | bash && rzup install + curl -L https://risczero.com/install | bash && source ./.bashrc && rzup install - uses: Swatinem/rust-cache@v2 - run: cargo build @@ -66,7 +66,7 @@ jobs: - name: install risc0 if: success() || failure() run: | - curl -L https://risczero.com/install | bash && rzup install + curl -L https://risczero.com/install | bash && source ./.bashrc && rzup install - name: install taplo if: success() || failure() run: | @@ -96,7 +96,7 @@ jobs: - name: install risc0 if: success() || failure() run: | - curl -L https://risczero.com/install | bash && rzup install + curl -L https://risczero.com/install | bash && source ./.bashrc && rzup install - name: test mempool if: success() || failure() run: cargo test -p mempool