summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-04-02 04:43:29 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-04-01 23:40:05 -0700
commit462b4a5fe4cc52ddd7a228d0320778ef20cad3c7 (patch)
treeac6f04fb96c30fefcad62b55e1fc45566aa0a8bc /.github
parent8bdbd0343e69d00b5229386a5da0a54a336a28f6 (diff)
downloadrabbitmq-c-462b4a5fe4cc52ddd7a228d0320778ef20cad3c7.tar.gz
ci: remove chocolatey cache
For whatever reason, choco doesn't cache the OpenSSL package. chocolatey/choco#2134 might resolve this. Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to '.github')
-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