fix build
This commit is contained in:
parent
66d25e9554
commit
cd0f5f3f15
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- github-actions
|
||||
jobs:
|
||||
manylinux:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -26,7 +27,7 @@ jobs:
|
|||
src/rocksdb/libz.a
|
||||
src/rocksdb/librocksdb.a
|
||||
- name: Install requirements
|
||||
run: sudo apt-get install build-essential binutils cmake python3-cffi
|
||||
run: sudo apt-get install build-essential binutils cmake python3-cffi python3.8-dev python3.9-dev
|
||||
- name: Make static library files
|
||||
if: steps.build-cache.outputs.cache-hit != 'true'
|
||||
run: make clean && make
|
||||
|
|
Loading…
Reference in a new issue