fix ci
This commit is contained in:
parent
ca96633652
commit
6a7eaa2fa0
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
src/rocksdb/librocksdb.a
|
||||
- name: Install requirements
|
||||
run: sudo apt-get install build-essential binutils cmake
|
||||
- name: Make static library files
|
||||
run: make clean && make
|
||||
- name: Build wheels
|
||||
run: /bin/bash scripts/build.sh
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
set -ex
|
||||
|
||||
apt install -y binutils cmake
|
||||
apt install -y binutils
|
||||
|
||||
cd lbry-rocksdb
|
||||
mkdir -p dist
|
||||
make clean && make
|
||||
|
||||
|
||||
function build_wheel() {
|
||||
/opt/python/$1/bin/pip install cython wheel
|
||||
|
|
Loading…
Reference in a new issue