Skip to content

Commit 260497e

Browse files
committed
build.yml: Fix build
1 parent 9204eae commit 260497e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: Run BuildAndTestZenUnitAndMetalMock.py in non code coverage mode if clang++ Debug/Release or g++ Debug
5252
run: |
5353
python ZenUnitDevOpsPython/BuildAndTestZenUnitAndMetalMock.py \
54-
--cmake-generator=Ninja \
5554
--cmake-build-type="${{ matrix.cmake_build_type }}" \
5655
--cmake-definitions="-DFastLinuxDebugBuildMode=ON -DFastLinuxReleaseBuildMode=ON"
5756
env:
@@ -62,7 +61,6 @@ jobs:
6261
- name: Run BuildAndTestZenUnitAndMetalMock.py in code coverage mode if g++ Release
6362
run: |
6463
python ZenUnitDevOpsPython/BuildAndTestZenUnitAndMetalMock.py \
65-
--cmake-generator=Ninja \
6664
--cmake-build-type="${{ matrix.cmake_build_type }}" \
6765
--cmake-definitions="-DLCovCodeCoverageMode=ON"
6866
env:

0 commit comments

Comments
 (0)