Skip to content

Commit 6abcbe6

Browse files
committed
CI-unixish.yml: install unversioned libc++-dev package
1 parent 41efedc commit 6abcbe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
sudo apt-get install valgrind
4545
4646
- name: Install missing software on ubuntu (clang++)
47-
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
47+
if: contains(matrix.os, 'ubuntu') && matrix.compiler == 'clang++'
4848
run: |
4949
sudo apt-get update
50-
sudo apt-get install libc++-18-dev
50+
sudo apt-get install libc++-dev
5151
5252
# coreutils contains "nproc"
5353
- name: Install missing software on macos

0 commit comments

Comments
 (0)