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 365e673 commit 0500391Copy full SHA for 0500391
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
- { label: ubuntu-latest }
30
compiler:
31
- { 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 }
+ - { name: LLVM, CC: clang, CXX: clang++, packages: clang llvm-dev }
33
build_type:
34
- Release
35
generator:
0 commit comments