Browse Source

Siwtch to libachive v3.6.1

test_fixup
Vadim Lebedev 2 years ago
parent
commit
c865efb5f0
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

@@ -6,6 +6,9 @@ on:
- master
- extended

env:
libarchive_tag: v3.6.1

jobs:
many_linux_wheels:
name: manylinux-wheels
@@ -42,7 +45,7 @@ jobs:
- name: Build libarchive C sources
run: |
git clone https://github.com/libarchive/libarchive.git libarchive-src
cd libarchive-src; git checkout 3.5
cd libarchive-src; git checkout {{ env.libarchive_tag }}
mkdir build-libarchive; cd build-libarchive
cmake ../
make -j$(nproc); make install


Loading…
Cancel
Save