Skip to content

Commit

Permalink
Use native windows python for MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbreeze413 committed Feb 4, 2024
1 parent 91f7fc1 commit 479e925
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ jobs:
mingw-w64-${{ matrix.env }}-tcl
mingw-w64-${{ matrix.env }}-zlib
mingw-w64-${{ matrix.env }}-swig
mingw-w64-${{ matrix.env }}-python
mingw-w64-${{ matrix.env }}-python-pip
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.8
architecture: x64

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 479e925

Please sign in to comment.