Skip to content

Commit

Permalink
fix ref to action
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Jan 6, 2025
1 parent db98cfd commit 909b0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
go-version-file: "chainlink/go.mod"

- name: Install Foundry
uses: ./.github/actions/install-solidity-foundry
working-directory: chainlink/contracts
uses: ./chainlink/.github/actions/install-solidity-foundry

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

0 comments on commit 909b0b3

Please sign in to comment.