Skip to content

Commit 2611466

Browse files
Update nightly.yml
1 parent 468de3e commit 2611466

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ jobs:
133133
if: matrix.generator == 'Ninja'
134134
uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
135135

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
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
141141

142142

143143

0 commit comments

Comments
 (0)