Skip to content

Commit b01d831

Browse files
authored
Merge pull request #1540 from kbenzie/benie/gha-use-ninja-in-nightly
[GHA] Use `-GNinja` in nightly workflow
2 parents 21d8e8f + 9794f16 commit b01d831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e_core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
run: >
116116
cmake
117117
-B build
118+
-GNinja
118119
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
119120
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
120121
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}

0 commit comments

Comments
 (0)