File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
compiler : [{c: cl, cxx: cl}]
116
116
shared_library : ['ON', 'OFF']
117
117
static_hwloc : ['ON', 'OFF']
118
- generator : ['Ninja', 'NMake Makefiles']
118
+ generator : ['Unix Makefiles']
119
119
umfd_lib : ['ON', 'OFF']
120
120
121
121
runs-on : windows-latest
@@ -152,7 +152,14 @@ jobs:
152
152
153
153
- name : Configure MSVC environment
154
154
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
156
163
- name : Configure build
157
164
run : >
158
165
cmake
You can’t perform that action at this time.
0 commit comments