diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53a2105..c629d7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -263,79 +263,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 < 3.5 name: MOD @@ -389,7 +316,6 @@ jobs: runs-on: ubuntu-20.04 needs: # - build_for_linux - # - build_for_mingw - build_for_macos # - build_for_mod - build_for_windows @@ -400,18 +326,6 @@ jobs: with: name: macOS package - - name: MinGW 32 download - if: ${{ false }} # DISABLED: MinGW 32 build temporarily disabled - uses: actions/download-artifact@v3 - with: - name: Win32 MinGW tarball - - - name: MinGW 64 download - if: ${{ false }} # DISABLED: MinGW 64 build temporarily disabled - uses: actions/download-artifact@v3 - with: - name: Win64 MinGW tarball - - name: Windows 32 download uses: actions/download-artifact@v3 with: