Skip to content

Commit ad58141

Browse files
force make
1 parent 4272d4b commit ad58141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest, windows-latest]
26+
os: [ubuntu-latest]
2727
build_type: [Release]
2828
c_compiler: [gcc, clang, cl]
2929
include:
@@ -69,6 +69,7 @@ jobs:
6969
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
7070
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
7171
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
72+
-DCMAKE_MAKE_PROGRAM=make
7273
-S ${{ github.workspace }}
7374
7475
- name: Build

0 commit comments

Comments
 (0)