Skip to content

Commit 05c7c0d

Browse files
Update nightly.yml
1 parent 126b98a commit 05c7c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
compiler: [{c: cl, cxx: cl}]
101101
shared_library: ['ON', 'OFF']
102102
static_hwloc: ['ON', 'OFF']
103-
generator: ['Ninja', 'NMake Makefiles']
103+
generator: ['Ninja', 'NMake Makefiles', 'Unix Makefiles']
104104
umfd_lib: ['ON', 'OFF']
105105

106106
runs-on: windows-latest
@@ -136,8 +136,8 @@ jobs:
136136
uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
137137

138138
- name: NMake Makefiles
139-
if: matrix.generator == 'NMake Makefiles'
140-
run: cmake -G "NMake Makefiles"
139+
if: matrix.generator == 'Unix Makefiles'
140+
run: cmake -G "Unix Makefiles"
141141

142142

143143
- name: Configure MSVC environment

0 commit comments

Comments
 (0)