Skip to content

Commit

Permalink
update foundry install
Browse files Browse the repository at this point in the history
  • Loading branch information
najienka committed Dec 20, 2024
1 parent 723e651 commit 800bf3b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ jobs:

# Install Foundry (Forge and Cast)
- name: Install Foundry
run: |
curl -L https://foundry.paradigm.xyz | bash
# Add foundryup to PATH and source it to update the environment for the current shell
source $HOME/.foundry/bin/foundryup
# Check if Foundry is installed correctly
foundry --version
uses: foundry-rs/foundry-toolchain@v1

# Install Node.js dependencies
- name: Install dependencies
Expand Down

0 comments on commit 800bf3b

Please sign in to comment.