Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Litteri authored and Ivan Litteri committed Jan 24, 2024
1 parent 2bd9757 commit 8de00c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v3

- name: Clone node
run: cd submodules && git clone https://github.com/lambdaclass/zksync_era_precompiles.git --branch lambdaclass_precompiles
run: cd submodules && git clone https://github.com/lambdaclass/era-test-node.git --branch lambdaclass_precompiles

- name: "Build precompiles"
run: make build-precompiles

0 comments on commit 8de00c2

Please sign in to comment.