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 b0c638e commit cd411bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ jobs:

steps:

- run: pip install jq yq
- run: which xq

- run: curl -L https://foundry.paradigm.xyz | bash ; ~/.config/.foundry/bin/foundryup
name: Install foundry (for rip7560 contracts)
- run: mv ~/.config/.foundry/bin/* ~/.local/bin
- run: mv ~/.config/.foundry/bin/* `dirname \`which xq\` `
- run: forge version || echo no forge found

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

- run: pip install jq yq
- run: which xq

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit cd411bc

Please sign in to comment.