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 <