Skip to content

Commit b604839

Browse files
committed
Try to debug GLIBCXX error. WILL BE REVERTED.
1 parent a43b64c commit b604839

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ jobs:
218218
name: cabal-${{ runner.os }}-${{ env.CABAL_ARCH }}
219219
path: ${{ env.CABAL_EXEC_TAR }}
220220

221+
- name: Debug GLIBCXX_3.4.32 error
222+
run: |
223+
strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_
224+
221225
- name: Validate tests
222226
env:
223227
# `rawSystemStdInOut reports text decoding errors`

0 commit comments

Comments
 (0)