Skip to content

Commit

Permalink
fix(ci): make geth (#801)
Browse files Browse the repository at this point in the history
* fix(ci): make geth

* fix typo

* revert CI changes

* fix
  • Loading branch information
colinlyguo authored Jun 5, 2024
1 parent e162fbb commit 60bbfc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/l2geth_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: |
make libzkp
sudo cp ./rollup/circuitcapacitychecker/libzkp/libzkp.so /usr/local/lib/
sudo cp ./rollup/circuitcapacitychecker/libzkp/libzktrie.so /usr/local/lib/
make geth
check:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 60bbfc1

Please sign in to comment.