mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
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:
parent
b8f086c1de
commit
4e8468fdb7
1 changed files with 0 additions and 1 deletions
1
.github/workflows/l2geth_ci.yml
vendored
1
.github/workflows/l2geth_ci.yml
vendored
|
|
@ -46,7 +46,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make libzkp
|
make libzkp
|
||||||
sudo cp ./rollup/circuitcapacitychecker/libzkp/libzkp.so /usr/local/lib/
|
sudo cp ./rollup/circuitcapacitychecker/libzkp/libzkp.so /usr/local/lib/
|
||||||
sudo cp ./rollup/circuitcapacitychecker/libzkp/libzktrie.so /usr/local/lib/
|
|
||||||
make geth
|
make geth
|
||||||
check:
|
check:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue