mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
ci(github): fix geth build workflow (#420)
This commit is contained in:
parent
4b2bbf6225
commit
d771db964e
2 changed files with 2 additions and 1 deletions
2
.github/workflows/l2geth_ci.yml
vendored
2
.github/workflows/l2geth_ci.yml
vendored
|
|
@ -44,6 +44,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: |
|
||||
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
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -8,7 +8,6 @@ GOBIN = ./build/bin
|
|||
GO ?= latest
|
||||
GORUN = env GO111MODULE=on go run
|
||||
|
||||
|
||||
libzkp:
|
||||
cd $(PWD)/rollup/circuitcapacitychecker/libzkp && make libzkp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue