Skip to content

Commit a5fcdad

Browse files
authored
To disable MSys2 Windows Python Binding in CI
1 parent 504267d commit a5fcdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ jobs:
411411
update: true
412412
install: >-
413413
base-devel
414-
swig
415414
mingw-w64-${{matrix.env}}-gcc
416415
mingw-w64-${{matrix.env}}-cmake
417416
mingw-w64-${{matrix.env}}-python
@@ -431,6 +430,7 @@ jobs:
431430
-G"MSYS Makefiles"
432431
-D DEBUG_CMAKE=1
433432
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
433+
-D SWIG_EXECUTABLE=SWIG_EXECUTABLE-NOTFOUND
434434
-B build
435435
- name: Build
436436
run: cmake --build build

0 commit comments

Comments
 (0)