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 bd06d04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
go-version-file: "chainlink/go.mod"

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

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

0 comments on commit bd06d04

Please sign in to comment.