Skip to content

Commit

Permalink
change foundryup execution
Browse files Browse the repository at this point in the history
  • Loading branch information
JereSalo committed Nov 14, 2024
1 parent f40c68f commit 7c8b447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_levm_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Install Foundry (for cast command)
run: |
curl -L https://foundry.paradigm.xyz | bash
foundryup
source ~/.bashrc # Refresh the shell environment to include foundryup in the PATH
foundryup # Now run foundryup to complete the installation
- name: Run Component 1 in the background
run: |
Expand Down

0 comments on commit 7c8b447

Please sign in to comment.