We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00eb001 commit 723e651Copy full SHA for 723e651
.github/workflows/build-monorepo.yml
@@ -33,9 +33,8 @@ 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
+ # Add foundryup to PATH and source it to update the environment for the current shell
37
source $HOME/.foundry/bin/foundryup
38
- foundryup
39
# Check if Foundry is installed correctly
40
foundry --version
41
0 commit comments