ci(github): fix geth build workflow (#420)

This commit is contained in:
Xinran 2023-08-03 10:08:53 +08:00 committed by GitHub
parent 4b2bbf6225
commit d771db964e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -8,7 +8,6 @@ GOBIN = ./build/bin
GO ?= latest
GORUN = env GO111MODULE=on go run
libzkp:
cd $(PWD)/rollup/circuitcapacitychecker/libzkp && make libzkp