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 a1d4088 commit ce895e5Copy full SHA for ce895e5
.github/workflows/ci.yml
@@ -19,14 +19,6 @@ jobs:
19
strategy:
20
matrix:
21
include:
22
- - name: Ubuntu-20.04-GCC
23
- os: ubuntu-20.04
24
- cc: gcc
25
- cxx: g++
26
- - name: Ubuntu-20.04-Clang
27
28
- cc: clang
29
- cxx: clang++
30
- name: Ubuntu-22.04-GCC
31
os: ubuntu-22.04
32
cc: gcc
@@ -81,7 +73,7 @@ jobs:
81
73
82
74
- name: Run CMake configuration and build
83
75
run: |
84
- "${{ env.CMAKE_BIN }}" . -B build -G Ninja \
76
+ "${{ env.CMAKE_BIN }}" examples -B build -G Ninja \
85
77
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
86
78
-DCMAKE_C_COMPILER=${{ matrix.cc }} \
87
79
-DCMAKE_CXX_COMPILER=${{ matrix.cxx }}
0 commit comments