From 462b4a5fe4cc52ddd7a228d0320778ef20cad3c7 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Fri, 2 Apr 2021 04:43:29 +0000 Subject: 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(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af5f313..d4f823f 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 -- cgit v1.2.1