Skip to content

Commit

Permalink
Fix building contracts
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Oct 9, 2024
1 parent b29aaaf commit 9535470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/new-build-core-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
tar -C ./contracts -zxf l1-contracts.tar.gz
tar -C ./contracts -zxf l2-contracts.tar.gz
tar -C ./contracts -zxf system-contracts.tar.gz
# TODO Remove mkdir once we use foundry inside contracts repo
mkdir -p contracts/l1-contracts/out
- name: Install Apt dependencies
shell: bash
Expand Down Expand Up @@ -140,6 +142,8 @@ jobs:
run: |
cp etc/tokens/{test,localhost}.json
zk_supervisor contracts
# TODO Remove mkdir once we use foundry inside contracts repo
mkdir -p contracts/l1-contracts/artifacts
- name: Upload contracts
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
Expand Down

0 comments on commit 9535470

Please sign in to comment.