We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ce40a commit a543571Copy full SHA for a543571
.github/workflows/cmake.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Setup Clang
36
if: matrix.platform.compiler == 'clang++' && matrix.platform.os == 'ubuntu-latest'
37
- run: sudo apt install libc++-dev
+ run: sudo apt install clang libc++-dev libc++abi-dev
38
39
- name: Setup Emscripten cache
40
if: matrix.platform.compiler == 'em++'
0 commit comments