fix(ci): make geth (#801)

* fix(ci): make geth

* fix typo

* revert CI changes

* fix
This commit is contained in:
colin 2024-06-05 19:41:52 +08:00 committed by GitHub
parent e162fbb7c0
commit 60bbfc1c2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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