Skip to content

Commit 4b5dbf4

Browse files
committed
Remove GitHub Actions Workaround for incompatible clang and libstc++ versions
see actions/runner-images#8659 for more info.
1 parent 3c21458 commit 4b5dbf4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v4
5656

57-
# Workaround for incompatible clang and libstc++ versions, see
58-
# <https://github.com/actions/runner-images/issues/8659> for more info.
59-
# The basic idea here is to remove g++ 13 and its C++ standard library
60-
# and replace that with a compatible version of libstdc++.
61-
- name: Workaround for GHA runner images issue 8659
62-
run: |
63-
sudo apt-get purge -y g++-13 gcc-13 libstdc++-13-dev
64-
sudo apt-get install -y --allow-downgrades libstdc++-12-dev libstdc++6=12.* libgcc-s1=12.*
65-
6657
- name: Install Clang ${{ matrix.version }}
6758
run: sudo apt-get install -y clang-${{ matrix.version }}
6859

0 commit comments

Comments
 (0)