Skip to content

Commit 1b4d818

Browse files
committed
s
1 parent 50dab9f commit 1b4d818

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
sudo apt-get update
2626
sudo apt-get install valgrind
2727
28+
- name: Install missing software on ubuntu (clang++)
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
33+
2834
- name: Install missing software on ubuntu (clang++)
2935
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
3036
run: |

0 commit comments

Comments
 (0)