Skip to content

Commit 00eb001

Browse files
committed
add foundry installation in workflow
1 parent 2e16f3e commit 00eb001

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-monorepo.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- name: Install Foundry
3434
run: |
3535
curl -L https://foundry.paradigm.xyz | bash
36+
# Ensure the foundryup script is sourced to update PATH
3637
source $HOME/.foundry/bin/foundryup
37-
# Optional: Check if Foundry is installed correctly
38+
foundryup
39+
# Check if Foundry is installed correctly
3840
foundry --version
3941
4042
# Install Node.js dependencies

0 commit comments

Comments
 (0)