Browse Source

Fix version step

test_fixup
Vadim Lebedev 2 years ago
parent
commit
c987fc4d09
1 changed files with 2 additions and 0 deletions
  1. +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



Loading…
Cancel
Save