Skip to content

Commit 24d7e52

Browse files
authored
Update ci.yml
1 parent 9e16ac0 commit 24d7e52

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,14 @@ jobs:
177177
key: ccache-${{ github.job }}
178178
- name: Build and Test
179179
run: |
180-
export MAKEFLAGS="-j2"
181-
cmake -S . -B build \
180+
cmake -S . -B build -G Ninja \
182181
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
183182
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
184183
-DCMAKE_BUILD_TYPE=Release
185184
cmake --build build --parallel
186185
cmake --build build -t test
187186
env:
188187
CTEST_OUTPUT_ON_FAILURE: 1
189-
CMAKE_BUILD_PARALLEL_LEVEL: 2
190188
codecov:
191189
runs-on: ubuntu-latest
192190
steps:

0 commit comments

Comments
 (0)