From 4a1ed23f969c145e0a71acf5e38deadec48218b4 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:05:57 +0100 Subject: [PATCH] fix release.yml --- .github/workflows/release.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69c8ed3..a5023ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,9 +105,17 @@ jobs: with: submodules: recursive - - name: Install build tools - run: choco install winflexbison -y - shell: pwsh + - name: Install MSYS2 and build tools + uses: msys2/setup-msys2@v3 + with: + update: true + install: > + mingw-w64-x86_64-toolchain + mingw-w64-x86_64-gmp + mingw-w64-x86_64-make + mingw-w64-x86_64-flex + mingw-w64-x86_64-bison + shell: msys2 {0} - name: Setup Python uses: actions/setup-python@v4 @@ -124,7 +132,7 @@ jobs: - name: Build with MinGW run: | make - shell: pwsh + shell: msys2 {0} - name: Package run: |