Skip to content

Commit a543571

Browse files
committed
Added more items to clang setup
1 parent 81ce40a commit a543571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Setup Clang
3636
if: matrix.platform.compiler == 'clang++' && matrix.platform.os == 'ubuntu-latest'
37-
run: sudo apt install libc++-dev
37+
run: sudo apt install clang libc++-dev libc++abi-dev
3838

3939
- name: Setup Emscripten cache
4040
if: matrix.platform.compiler == 'em++'

0 commit comments

Comments
 (0)