Skip to content

Commit 6ef5281

Browse files
nit
1 parent f094c06 commit 6ef5281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
TARGET_PYTHON: ${{ matrix.python-version }}
6969
run: |
70-
ldd --version || 0
70+
ldd --version || true
7171
glibc_version=$(ldd --version | awk '/ldd/{print $NF}')
7272
export GLIBC_VERSION="${glibc_version//./_}"
7373
echo $GLIBC_VERSION

0 commit comments

Comments
 (0)