Skip to content

Commit

Permalink
fix(ci): add foundry to github path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Oct 31, 2024
1 parent 1a7eaac commit caec80f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verify-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
- name: Install Foundry
run: |
curl -L https://foundry.paradigm.xyz | bash
source /home/runner/.bashrc
echo "$HOME/.foundry/bin" >> $GITHUB_PATH
foundryup
- name: Add Foundry to PATH
run: echo "${HOME}/.foundry/bin" >> $GITHUB_PATH

- name: Verify Forge installation
run: forge --version

Expand Down

0 comments on commit caec80f

Please sign in to comment.