Browse Source

syntax error

test_fixup
Vadim Lebedev 2 years ago
parent
commit
4faf9b4ad5
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

@@ -70,7 +70,7 @@ jobs:
run: |
export LD_LIBRARY_PATH=/usr/local/lib64/:/usr/local/lib:$LD_LIBRARY_PATH
export LIBARCHIVE_PREFIX=/usr/local
echo "::set-output name=version::$(cd /tmp; python3 -c 'import libarchive; print(libarchive.version()')"
echo "::set-output name=version::$(cd /tmp; python3 -c 'import libarchive; print(libarchive.version())')"
id: version

- uses: actions/upload-artifact@v3


Loading…
Cancel
Save