diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ffc726a..f07f250e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,77 +195,77 @@ jobs: name: ${{matrix.pkg_platform}} installer path: ${{runner.workspace}}/build/${{env.install_name}}.exe - build_for_mingw: - runs-on: ubuntu-18.04 - strategy: - matrix: - include: - - platform: i686 - pkg_platform: Win32 - bits: 32 - - platform: x86_64 - pkg_platform: Win64 - bits: 64 - container: - image: archlinux - steps: - - name: Set install name - run: | - echo "install_ref=${GITHUB_REF##*/}" >> "$GITHUB_ENV" - echo "install_name=sfizz-${GITHUB_REF##*/}-mingw${{matrix.bits}}" >> "$GITHUB_ENV" - - name: Configure pacman repositories - shell: bash - run: | - cat >>/etc/pacman.conf <> "$GITHUB_ENV" + # echo "install_name=sfizz-${GITHUB_REF##*/}-mingw${{matrix.bits}}" >> "$GITHUB_ENV" + # - name: Configure pacman repositories + # shell: bash + # run: | + # cat >>/etc/pacman.conf <