summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cygwin.yml1
-rw-r--r--.github/workflows/windows.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 4dd6c7910d..3658e246d9 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -27,7 +27,6 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install cygwin base packages with chocolatey
run: |
- choco config get cacheLocation
choco install --no-progress cygwin
- name: Install cygwin additional packages
run: |
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f256e5f42e..e1f5f8fb9a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -36,7 +36,6 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install libraries with chocolatey
run: |
- choco config get cacheLocation
choco install --no-progress openssl winflexbison3
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
- name: Checkout ruby/ruby