]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove gcov-7 install since warnings on gcov-8 no longer occur in Windows CI.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 19 Sep 2020 23:27:54 +0000 (16:27 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 20 Sep 2020 19:55:32 +0000 (21:55 +0200)
.github/workflows/cmake.yml

index 0a53a35654bc8cf62ef6ed4530f41d6114de3cef..80f95cd3f4eb3d462bc8a30e2bf9e36a7f622d58 100644 (file)
@@ -378,13 +378,6 @@ jobs:
       run: |
         choco install ninja ${{ matrix.packages }} --no-progress
 
-    - name: Install packages (Windows/GCC)
-      if: runner.os == 'Windows' && matrix.codecov && matrix.compiler == 'gcc'
-      # Use gcov-7 via mingw on windows because gcov-8 throws tons of warnings
-      # https://partner-bugzilla.redhat.com/show_bug.cgi?id=1577508
-      run: |
-        choco install mingw --version=7.3.0 --force --allow-downgrade --no-progress
-
     - name: Install packages (macOS)
       if: runner.os == 'macOS'
       run: |