We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f094c06 commit 6ef5281Copy full SHA for 6ef5281
1 file changed
.github/workflows/prerelease.yml
@@ -67,7 +67,7 @@ jobs:
67
env:
68
TARGET_PYTHON: ${{ matrix.python-version }}
69
run: |
70
- ldd --version || 0
+ ldd --version || true
71
glibc_version=$(ldd --version | awk '/ldd/{print $NF}')
72
export GLIBC_VERSION="${glibc_version//./_}"
73
echo $GLIBC_VERSION
0 commit comments