File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -174,14 +174,6 @@ jobs:
174
174
cmake
175
175
-B ${{env.BUILD_DIR}}
176
176
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
177
- # for mingw
178
- # -DCMAKE_PREFIX_PATH="c:\llvm-mingw\bin:${{env.VCPKG_PATH}}"
179
- # -DCMAKE_C_COMPILER="x86_64-w64-mingw32-${{matrix.compiler.c}}.exe"
180
- # -DCMAKE_CXX_COMPILER="x86_64-w64-mingw32-${{matrix.compiler.c}}.exe"
181
- # orginal
182
- # -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
183
- # -DCMAKE_C_COMPILER=${{matrix.compiler.c}}
184
- # -DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
185
177
-DCMAKE_PREFIX_PATH="c:\llvm-mingw\bin:${{env.VCPKG_PATH}}"
186
178
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
187
179
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
@@ -195,7 +187,6 @@ jobs:
195
187
-DUMF_BUILD_CUDA_PROVIDER=ON
196
188
-DUMF_TESTS_FAIL_ON_SKIP=ON
197
189
${{ matrix.umfd_lib == 'ON' && '-DUMF_USE_DEBUG_POSTFIX=ON' || '' }}
198
-
199
190
- name : Build UMF
200
191
shell : cmd
201
192
run : cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j %NUMBER_OF_PROCESSORS%
You can’t perform that action at this time.
0 commit comments