Browse Source

User correct libarchive branch

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

+ 2
- 2
.github/workflows/build-wheels.yaml View File

@@ -7,7 +7,7 @@ on:
- extended

jobs:
Manylinux-Wheels:
name: manylinux-wheels:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
steps:
@@ -40,7 +40,7 @@ jobs:
- name: Build libarchive C sources
run: |
git clone git clone https://github.com/libarchive/libarchive.git libarchive-src
cd libarchive-src; git checkout 3-5
cd libarchive-src; git checkout 3.5
mkdir build; cd build
cmake ../
make -j$(nproc); make install


Loading…
Cancel
Save