We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c21458 commit 4b5dbf4Copy full SHA for 4b5dbf4
.github/workflows/ci.yml
@@ -54,15 +54,6 @@ jobs:
54
steps:
55
- uses: actions/checkout@v4
56
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
-
66
- name: Install Clang ${{ matrix.version }}
67
run: sudo apt-get install -y clang-${{ matrix.version }}
68
0 commit comments