Skip to content

Commit

Permalink
fix: run source on foundry install
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Jan 24, 2024
1 parent 14298a3 commit a92b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Foundry
run: |
curl -L https://foundry.paradigm.xyz | bash &&
source /home/runner/.bashrc &&
source /root/.bashrc &&
foundryup
- name: Run Anvil
Expand Down

0 comments on commit a92b2b7

Please sign in to comment.