Update build.yml to restore msys2 Python binding build (#2024)

This commit is contained in:
mcuee
2025-06-21 07:52:01 +08:00
committed by GitHub
parent 432aaa9147
commit 3f15a85f06

View File

@@ -412,6 +412,7 @@ jobs:
update: true
install: >-
base-devel
swig
mingw-w64-${{matrix.env}}-gcc
mingw-w64-${{matrix.env}}-cmake
mingw-w64-${{matrix.env}}-python
@@ -431,7 +432,6 @@ jobs:
-G"MSYS Makefiles"
-D DEBUG_CMAKE=1
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-D SWIG_EXECUTABLE=SWIG_EXECUTABLE-NOTFOUND
-B build
- name: Build
run: cmake --build build