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 version step
test_fixup
Vadim Lebedev
2 years ago
parent
d7107fd1b1
commit
c987fc4d09
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/build-wheels.yaml
+ 2
- 0
.github/workflows/build-wheels.yaml
View File
@@ -68,6 +68,8 @@ jobs:
- name: version
run: |
export LD_LIBRARY_PATH=/usr/local/lib64/:/usr/local/lib:$LD_LIBRARY_PATH
export LIBARCHIVE_PREFIX=/usr/local
echo "::set-output name=version::$(python3 -c 'import libarchive; print(libarchive._libarchive.ARCHIVE_VERSION_STRING.split()[1])')"
id: version
Write
Preview
Loading…
Cancel
Save