Skip to content

Commit

Permalink
yarn removed from foundry ci
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Aug 20, 2024
1 parent 039b9d0 commit 2665812
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/foundry-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.18.0
cache: yarn
- with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- run: yarn
- run: forge build --contracts contracts/l1-contracts

build-l2:
name: Build L2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.18.0
cache: yarn
- with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- run: yarn
- run: forge build --contracts contracts/l2-contracts

0 comments on commit 2665812

Please sign in to comment.