Skip to content

Commit

Permalink
Merge pull request #1540 from kbenzie/benie/gha-use-ninja-in-nightly
Browse files Browse the repository at this point in the history
[GHA] Use `-GNinja` in nightly workflow
  • Loading branch information
kbenzie authored Apr 23, 2024
2 parents 21d8e8f + 9794f16 commit b01d831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
run: >
cmake
-B build
-GNinja
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
Expand Down

0 comments on commit b01d831

Please sign in to comment.