Skip to content

Commit 81ce40a

Browse files
committed
Added missing apt install libc++-dev
1 parent 49a5c3c commit 81ce40a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
with:
3333
submodules: 'recursive'
3434

35+
- name: Setup Clang
36+
if: matrix.platform.compiler == 'clang++' && matrix.platform.os == 'ubuntu-latest'
37+
run: sudo apt install libc++-dev
38+
3539
- name: Setup Emscripten cache
3640
if: matrix.platform.compiler == 'em++'
3741
id: cache-system-libraries

0 commit comments

Comments
 (0)