Skip to content

Commit e9b0cb7

Browse files
Update nightly.yml
1 parent 5fd0b93 commit e9b0cb7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
compiler: [{c: cl, cxx: cl}]
116116
shared_library: ['ON', 'OFF']
117117
static_hwloc: ['ON', 'OFF']
118-
generator: ['Ninja', 'NMake Makefiles']
118+
generator: ['Unix Makefiles']
119119
umfd_lib: ['ON', 'OFF']
120120

121121
runs-on: windows-latest
@@ -152,7 +152,14 @@ jobs:
152152

153153
- name: Configure MSVC environment
154154
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
155-
155+
156+
- name: Install llvm-mingw
157+
run: |
158+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250430/llvm-mingw-20250430-ucrt-x86_64.zip
159+
powershell Expand-Archive llvm-mingw*.zip -DestinationPath .
160+
del llvm-mingw*.zip
161+
mv llvm-mingw* c:\llvm-mingw
162+
echo "c:\llvm-mingw\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
156163
- name: Configure build
157164
run: >
158165
cmake

0 commit comments

Comments
 (0)