Skip to content

Commit c854824

Browse files
authored
fix: ubuntu uses dash which lacks pipefail (#4392)
We do not need it in this case. If ldd fails, grep should not receive thestring GLIBC 2.31
1 parent 8ed46d5 commit c854824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
run: ldd --version
167167
- name: Verify GLIBC version
168168
run: |
169-
set -eux -o pipefail
169+
set -eux
170170
171171
ldd --version | grep 'GLIBC 2.31'
172172
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)