]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove package caching for Windows since we no longer downgrade to MinGW 7.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 20 Sep 2020 23:02:38 +0000 (16:02 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 23 Sep 2020 20:34:55 +0000 (22:34 +0200)
.github/workflows/cmake.yml

index 91de050cce4db5ced710b9dfaccf266132aa9968..4948ab13cd0867d5f18113daa383b6009a452bbc 100644 (file)
@@ -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: |