summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 0 insertions, 6 deletions
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