Skip to content

Commit

Permalink
ci: remove chocolatey cache
Browse files Browse the repository at this point in the history
For whatever reason, choco doesn't cache the OpenSSL package.
chocolatey/choco#2134 might resolve this.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
alanxz authored Apr 2, 2021
1 parent 8bdbd03 commit fda1385
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fda1385

Please sign in to comment.