Skip to content

Commit 723e651

Browse files
committed
add foundry installation in workflow
1 parent 00eb001 commit 723e651

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-monorepo.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ 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
36+
# Add foundryup to PATH and source it to update the environment for the current shell
3737
source $HOME/.foundry/bin/foundryup
38-
foundryup
3938
# Check if Foundry is installed correctly
4039
foundry --version
4140

0 commit comments

Comments
 (0)