mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
fix(ci): make geth (#801)
* fix(ci): make geth * fix typo * revert CI changes * fix
This commit is contained in:
parent
e162fbb7c0
commit
60bbfc1c2c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/l2geth_ci.yml
vendored
3
.github/workflows/l2geth_ci.yml
vendored
|
|
@ -44,6 +44,9 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
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
|
make geth
|
||||||
check:
|
check:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue