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 087f949 commit 1cd2cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:

steps:

- run: ( curl -L https://foundry.paradigm.xyz | bash ; find ~ | grep foundr ; bash -c foundryup )
name: Install foundry (for rip7560 contracts)

- run: curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -

- run: pip install jq yq
Expand All @@ -70,9 +73,6 @@ 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 | sh ; sh -c 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 1cd2cad

Please sign in to comment.