From 1c6b17f974810ec8415c72b9e899e73c72f64e76 Mon Sep 17 00:00:00 2001 From: Dror Tirosh Date: Thu, 10 Oct 2024 18:03:31 +0300 Subject: [PATCH] add install foundry (required by rip7560 installation script..) --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e544b0b..a8dfe7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,6 +70,11 @@ jobs: # - run: test -d bundler-spec-tests || git clone --recurse-submodules --depth 1 https://github.com/eth-infinitism/bundler-spec-tests -b v07 # name: clone bundler-spec-tests + - run: | + curl -L https://foundry.paradigm.xyz | bash + source /home/runner/.bashrc + foundryup + - run: git submodule status --recursive name: check bundler-spec-tests and submodules status