From: Nathan Moinvaziri Date: Sun, 20 Sep 2020 23:02:38 +0000 (-0700) Subject: Remove package caching for Windows since we no longer downgrade to MinGW 7. X-Git-Tag: 1.9.9-b1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b5d0a0851456cb18562e34732ddc84654b1cfe5;p=thirdparty%2Fzlib-ng.git Remove package caching for Windows since we no longer downgrade to MinGW 7. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 91de050c..4948ab13 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -362,17 +362,6 @@ jobs: sudo apt-get update sudo apt-get install -y ${{ matrix.packages }} - - name: Set environment variables (Windows) - run: echo "::set-env name=temp::$($env:TEMP)" - - - name: Cache packages (Windows) - uses: actions/cache@v2 - if: runner.os == 'Windows' - with: - key: zlib-ng-win-choco-${{matrix.compiler}} - path: | - ${{env.temp}}\chocolatey\ - - name: Install packages (Windows) if: runner.os == 'Windows' run: |