Skip to content

Commit

Permalink
foundry ci syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Aug 20, 2024
1 parent 2665812 commit 618f58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/foundry-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- with:
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- run: forge build --contracts contracts/l1-contracts
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- with:
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- run: forge build --contracts contracts/l2-contracts

0 comments on commit 618f58c

Please sign in to comment.