We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e16f3e commit 00eb001Copy full SHA for 00eb001
.github/workflows/build-monorepo.yml
@@ -33,8 +33,10 @@ jobs:
33
- name: Install Foundry
34
run: |
35
curl -L https://foundry.paradigm.xyz | bash
36
+ # Ensure the foundryup script is sourced to update PATH
37
source $HOME/.foundry/bin/foundryup
- # Optional: Check if Foundry is installed correctly
38
+ foundryup
39
+ # Check if Foundry is installed correctly
40
foundry --version
41
42
# Install Node.js dependencies
0 commit comments