Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ jobs:
name: cabal-${{ runner.os }}-${{ env.CABAL_ARCH }}
path: ${{ env.CABAL_EXEC_TAR }}

- name: Debug GLIBCXX_3.4.32 error
if: runner.os == 'Linux'
run: |
strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_

- name: Validate tests
env:
# `rawSystemStdInOut reports text decoding errors`
Expand Down
Loading