From 479e925d625951400371b04edbee467fa362894f Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Mon, 5 Feb 2024 01:06:44 +0530 Subject: [PATCH] Use native windows python for MSYS2 --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5bd7df..1dbcf45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/setup-python@v4.3.0 + with: + python-version: 3.8 + architecture: x64 - name: Install Dependencies run: |