Skip to content

Commit

Permalink
ci install foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed Jan 7, 2023
1 parent a7bf518 commit ee44d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Setup third party dependencies
run: |
make fetch-thirdparty
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install solc
run: |
sudo add-apt-repository ppa:ethereum/ethereum
Expand Down

0 comments on commit ee44d6c

Please sign in to comment.