From 3d2a16c3157a4a9d05ffc2f44c0fe958ba395dd2 Mon Sep 17 00:00:00 2001 From: redtide Date: Tue, 30 May 2023 10:53:23 +0200 Subject: [PATCH] CI: Removed MinGW builds --- .github/workflows/build.yml | 85 ------------------------------------- 1 file changed, 85 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b8962ac..0d865fb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -303,78 +303,6 @@ jobs: name: Source code tarball path: "${{ github.workspace }}/${{ env.install_name }}.tar.gz" - build_for_mingw: - if: ${{ false }} # DISABLED TEMPORARILY - name: MinGW - runs-on: ubuntu-20.04 - strategy: - matrix: - include: - - platform: i686 - pkg_platform: Win32 - bits: 32 - - platform: x86_64 - pkg_platform: Win64 - bits: 64 - container: - image: archlinux - env: - install_name: sfizz-${{ github.ref_name }}-mingw${{ matrix.bits }} - steps: - - name: Configure pacman repositories - run: | - cat >>/etc/pacman.conf <