Browse Source

fix cmake instructions

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

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

@@ -42,7 +42,7 @@ jobs:
run: |
git clone https://github.com/libarchive/libarchive.git libarchive-src
cd libarchive-src; git checkout 3.5
mkdir build; cd build
mkdir build-libarchive; cd build-libarchive
cmake ../
make -j$(nproc); make install
cd ../..


Loading…
Cancel
Save