Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh authored Oct 10, 2024
1 parent 1c6b17f commit aeb3e4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ 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: ( curl -L https://foundry.paradigm.xyz | bash ; source /home/runner/.bashrc; foundryup )
name: Install foundry (for rip7560 contracts)

- run: git submodule status --recursive
name: check bundler-spec-tests and submodules status
Expand Down

0 comments on commit aeb3e4d

Please sign in to comment.