Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed Mar 3, 2024
1 parent 1a32174 commit 5870320
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,8 @@ jobs:
with:
node-version: '14' # Adjust this to your project's Node.js version

- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y jq
curl -L https://foundry.paradigm.xyz | bash
source $HOME/.cargo/env
source /home/runner/.bashrc
foundryup
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Build Contracts
run: |
Expand Down

0 comments on commit 5870320

Please sign in to comment.