We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4d818 commit 13f88cfCopy full SHA for 13f88cf
1 file changed
.github/workflows/CI-unixish.yml
@@ -29,7 +29,7 @@ jobs:
29
if: matrix.os == 'ubuntu-22.04' && matrix.compiler == 'clang++'
30
run: |
31
sudo apt-get update
32
- sudo apt-get install libc++-18-dev
+ sudo apt-get install libc++-14-dev
33
34
- name: Install missing software on ubuntu (clang++)
35
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
0 commit comments