Skip to content

Commit 9794f16

Browse files
committed
[GHA] Use -GNinja in nightly workflow
Workaround an upstream LLVM change which does not play well with the default `-G"Unix Makefiles"` CMake generator by using `-GNinja` instead.
1 parent 85bc7b7 commit 9794f16

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)