This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix cmake instructions
test_fixup
Vadim Lebedev
2 years ago
parent
0544fedc2b
commit
a982dc427c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 ../..
Write
Preview
Loading…
Cancel
Save