From cd0f5f3f15885eddcb6cd53da758781565269256 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sat, 26 Mar 2022 15:21:00 -0400 Subject: [PATCH] fix build --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e597d8b..de3540d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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