Skip to content

Commit 464ae3b

Browse files
committed
-
1 parent dac6625 commit 464ae3b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/CI_ubuntu.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- type: Debug
22-
compiler: clang
23-
cxx_compiler: clang++
24-
version: 17
21+
# - type: Debug
22+
# compiler: clang
23+
# cxx_compiler: clang++
24+
# version: 17
2525

2626
- type: Debug
2727
compiler: clang
2828
cxx_compiler: clang++
2929
version: 19
3030

31-
- type: Debug
32-
compiler: gcc
33-
cxx_compiler: g++
34-
version: 11
31+
# - type: Debug
32+
# compiler: gcc
33+
# cxx_compiler: g++
34+
# version: 11
3535

3636
- type: Debug
3737
compiler: gcc
@@ -55,6 +55,7 @@ jobs:
5555
cmake --version
5656
sudo apt install lld
5757
sudo apt install ninja-build
58+
sudo apt install build-essential
5859
- name: install compiler
5960
run: >
6061
sudo make

0 commit comments

Comments
 (0)