Browse Source

Fix python copmile step

test_fixup
Vadim Lebedev 2 years ago
parent
commit
8194803759
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .github/workflows/build-wheels.yaml

+ 4
- 1
.github/workflows/build-wheels.yaml View File

@@ -49,12 +49,15 @@ jobs:
cd ../..


- name: Compile pyhton modules
- name: Prepare build environment
run: |
rm -rf build wheelhouse
touch libarchive/_libarchive.i
echo LD_LIBRARY_PATH=/usr/local/lib64/:/usr/local/lib:$LD_LIBRARY_PATH >>$GITHUB_ENV
echo LIBARCHIVE_PREFIX=/usr/local >>$GITHUB_ENV

- name: Compile pyhton modules
run: |
python3 setup.py install




Loading…
Cancel
Save