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 468de3e commit 2611466Copy full SHA for 2611466
.github/workflows/nightly.yml
@@ -133,11 +133,11 @@ jobs:
133
if: matrix.generator == 'Ninja'
134
uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
135
136
- - name: NMake Makefiles
137
- if: matrix.generator == 'Unix Makefiles'
138
- env:
139
- UMF_TESTS_FAIL_ON_SKIP: ON
140
- run: cmake -G "Unix Makefiles" -DUMF_TESTS_FAIL_ON_SKIP=ON
+ # - name: NMake Makefiles
+ # if: matrix.generator == 'Unix Makefiles'
+ # env:
+ # UMF_TESTS_FAIL_ON_SKIP: ON
+ # run: cmake -G "Unix Makefiles" -DUMF_TESTS_FAIL_ON_SKIP=ON
141
142
143
0 commit comments