Skip to content

Commit 6239a9c

Browse files
committed
dev
1 parent 15922df commit 6239a9c

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
@@ -31,10 +31,10 @@ jobs:
3131
sudo apt-get install valgrind
3232
3333
- name: Install missing software on ubuntu (clang++)
34-
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
34+
if: contains(matrix.os, 'ubuntu') && matrix.compiler == 'clang++'
3535
run: |
3636
sudo apt-get update
37-
sudo apt-get install libc++-18-dev
37+
sudo apt-get install libc++-dev
3838
3939
# coreutils contains "nproc"
4040
- name: Install missing software on macos

0 commit comments

Comments
 (0)