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
use correct git clone command
test_fixup
Vadim Lebedev
2 years ago
parent
a0c02a2074
commit
0544fedc2b
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
@@ -40,7 +40,7 @@ jobs:
- name: Build libarchive C sources
run: |
git clone
git clone
https://github.com/libarchive/libarchive.git libarchive-src
git clone https://github.com/libarchive/libarchive.git libarchive-src
cd libarchive-src; git checkout 3.5
mkdir build; cd build
cmake ../
Write
Preview
Loading…
Cancel
Save