From: Nathan Moinvaziri Date: Thu, 27 Jan 2022 00:07:31 +0000 (-0800) Subject: Remove unnecessary compiler specification from mingw configs. X-Git-Tag: 2.1.0-beta1~401 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d6a1371b701016d7f0ee5446c116cbbfcdd5fe2;p=thirdparty%2Fzlib-ng.git Remove unnecessary compiler specification from mingw configs. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2d00c713..8d22814e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -257,7 +257,6 @@ jobs: - name: Ubuntu MinGW i686 os: ubuntu-latest - compiler: i686-w64-mingw32-gcc cmake-args: -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-mingw-i686.cmake packages: wine32 gcc-mingw-w64 codecov: ubuntu_gcc_mingw_i686 @@ -266,7 +265,6 @@ jobs: - name: Ubuntu MinGW x86_64 os: ubuntu-latest - compiler: x86_64-w64-mingw32-gcc cmake-args: -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-mingw-x86_64.cmake packages: wine-stable gcc-mingw-w64 codecov: ubuntu_gcc_mingw_x86_64