File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -174,14 +174,6 @@ jobs:
174174 cmake
175175 -B ${{env.BUILD_DIR}}
176176 -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}}
185177 -DCMAKE_PREFIX_PATH="c:\llvm-mingw\bin:${{env.VCPKG_PATH}}"
186178 -DCMAKE_C_COMPILER=${{matrix.compiler.c}}
187179 -DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
@@ -195,7 +187,6 @@ jobs:
195187 -DUMF_BUILD_CUDA_PROVIDER=ON
196188 -DUMF_TESTS_FAIL_ON_SKIP=ON
197189 ${{ matrix.umfd_lib == 'ON' && '-DUMF_USE_DEBUG_POSTFIX=ON' || '' }}
198-
199190 - name : Build UMF
200191 shell : cmd
201192 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