mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
To disable MSys2 Windows Python Binding in CI
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -411,7 +411,6 @@ jobs:
|
||||
update: true
|
||||
install: >-
|
||||
base-devel
|
||||
swig
|
||||
mingw-w64-${{matrix.env}}-gcc
|
||||
mingw-w64-${{matrix.env}}-cmake
|
||||
mingw-w64-${{matrix.env}}-python
|
||||
@@ -431,6 +430,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user