diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af5f3138..d4f823fe 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