Skip to content

Commit 0500391

Browse files
committed
Simplify Clang installation
1 parent 365e673 commit 0500391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- { label: ubuntu-latest }
3030
compiler:
3131
- { name: GNU, CC: gcc, CXX: g++, packages: gcc g++ }
32-
- { name: LLVM, CC: clang, CXX: clang++, packages: clang libomp-dev llvm-dev libc++-dev libc++abi1 lld clang-tools }
32+
- { name: LLVM, CC: clang, CXX: clang++, packages: clang llvm-dev }
3333
build_type:
3434
- Release
3535
generator:

0 commit comments

Comments
 (0)