fix(CI): remove libzktrie.so (#878)

* remove libzktrie in CI

* remove condition temporarily to trigger testing

* Revert "remove condition temporarily to trigger testing"

This reverts commit ab527adb59ac5e4d7978955bd7e57e37dca4344f.
This commit is contained in:
colin 2024-07-03 22:01:46 +08:00 committed by GitHub
parent b8f086c1de
commit 4e8468fdb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,6 @@ jobs:
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