Skip to content

Commit

Permalink
Submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Sep 17, 2024
1 parent a9e12f3 commit 969a92f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.commit }}

submodules: recursive
- name: Install foundry-zksync
run: |
mkdir ./foundry-zksync
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/l1-contracts-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
submodules: recursive


- name: Install foundry-zksync
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/l2-contracts-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
submodules: recursive


- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 969a92f

Please sign in to comment.