We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126b98a commit 05c7c0dCopy full SHA for 05c7c0d
.github/workflows/nightly.yml
@@ -100,7 +100,7 @@ jobs:
100
compiler: [{c: cl, cxx: cl}]
101
shared_library: ['ON', 'OFF']
102
static_hwloc: ['ON', 'OFF']
103
- generator: ['Ninja', 'NMake Makefiles']
+ generator: ['Ninja', 'NMake Makefiles', 'Unix Makefiles']
104
umfd_lib: ['ON', 'OFF']
105
106
runs-on: windows-latest
@@ -136,8 +136,8 @@ jobs:
136
uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
137
138
- name: NMake Makefiles
139
- if: matrix.generator == 'NMake Makefiles'
140
- run: cmake -G "NMake Makefiles"
+ if: matrix.generator == 'Unix Makefiles'
+ run: cmake -G "Unix Makefiles"
141
142
143
- name: Configure MSVC environment
0 commit comments