Skip to content

Commit

Permalink
ci: install foundry in multibuild workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 1, 2024
1 parent c5e23a9 commit ea8c139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/multibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: "Check out the repo"
uses: "actions/checkout@v3"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Check that PRBTest can be built with all v0.8 Solidity versions"
uses: "PaulRBerg/foundry-multibuild@v1"
with:
Expand Down

0 comments on commit ea8c139

Please sign in to comment.