fix build

This commit is contained in:
Jack Robison 2022-03-26 15:21:00 -04:00
parent 66d25e9554
commit cd0f5f3f15
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -6,6 +6,7 @@ on:
push: push:
branches: branches:
- master - master
- github-actions
jobs: jobs:
manylinux: manylinux:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -26,7 +27,7 @@ jobs:
src/rocksdb/libz.a src/rocksdb/libz.a
src/rocksdb/librocksdb.a src/rocksdb/librocksdb.a
- name: Install requirements - 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 - name: Make static library files
if: steps.build-cache.outputs.cache-hit != 'true' if: steps.build-cache.outputs.cache-hit != 'true'
run: make clean && make run: make clean && make