From 688493aa6dfaabce9c79f5ad6c2960857c4bc636 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Fri, 2 Apr 2021 04:43:29 +0000 Subject: [PATCH] ci: remove chocolatey cache For whatever reason, choco doesn't cache the OpenSSL package. chocolatey/choco#2134 might resolve this. Signed-off-by: GitHub --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3677e4a..ef0ff620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,12 +57,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: actions/cache@v2 - with: - path: c:\Users\runneradmin\AppData\Local\Temp\chocolatey - # This caches the cache, no need to make sure that this is invalidated - # chocolatey will do that for us. - key: chocolatey-cache - name: Install Prerequisites run: choco install openssl - name: Configure Build & Test