]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove unnecessary compiler specification from mingw configs.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 27 Jan 2022 00:07:31 +0000 (16:07 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 31 Jan 2022 17:26:14 +0000 (18:26 +0100)
.github/workflows/cmake.yml

index 2d00c71349f3ba513f3f22ca761781dbab35c5ce..8d22814eb0f8c932d06114375c2b10a678d55364 100644 (file)
@@ -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