Skip to content

Commit

Permalink
install Foundry in wrapper gen CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Jan 3, 2025
1 parent 37e8acd commit 1cafac0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Detect changes
id: ch
uses: ./.github/actions/detect-solidity-file-changes
- name: Extract Foundry version
id: extract-foundry-version
uses: ./.github/actions/detect-solidity-foundry-version
with:
working-directory: contracts

tag-check:
needs: [changes]
Expand Down Expand Up @@ -110,6 +115,11 @@ jobs:
with:
go-version-file: "chainlink/go.mod"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0
with:
version: ${{ needs.changes.outputs.foundry-version }}

- name: Run native compile and generate wrappers
working-directory: ./chainlink/contracts
run: make wrappers-all
Expand Down

0 comments on commit 1cafac0

Please sign in to comment.