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 dac6625 commit 464ae3bCopy full SHA for 464ae3b
.github/workflows/CI_ubuntu.yaml
@@ -18,20 +18,20 @@ jobs:
18
fail-fast: false
19
matrix:
20
include:
21
- - type: Debug
22
- compiler: clang
23
- cxx_compiler: clang++
24
- version: 17
+ # - type: Debug
+ # compiler: clang
+ # cxx_compiler: clang++
+ # version: 17
25
26
- type: Debug
27
compiler: clang
28
cxx_compiler: clang++
29
version: 19
30
31
32
- compiler: gcc
33
- cxx_compiler: g++
34
- version: 11
+ # compiler: gcc
+ # cxx_compiler: g++
+ # version: 11
35
36
37
compiler: gcc
@@ -55,6 +55,7 @@ jobs:
55
cmake --version
56
sudo apt install lld
57
sudo apt install ninja-build
58
+ sudo apt install build-essential
59
- name: install compiler
60
run: >
61
sudo make
0 commit comments