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 49a5c3c commit 81ce40aCopy full SHA for 81ce40a
.github/workflows/cmake.yml
@@ -32,6 +32,10 @@ jobs:
32
with:
33
submodules: 'recursive'
34
35
+ - name: Setup Clang
36
+ if: matrix.platform.compiler == 'clang++' && matrix.platform.os == 'ubuntu-latest'
37
+ run: sudo apt install libc++-dev
38
+
39
- name: Setup Emscripten cache
40
if: matrix.platform.compiler == 'em++'
41
id: cache-system-libraries
0 commit comments