summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-05-10 21:13:06 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-05-10 21:14:00 -0700
commit4ee72f4afd879f9197b3fabb9a875afb02a61150 (patch)
tree4256cc16c0a498d201813f2c4f6639f3d83ce58e /.github
parentbb54361057c169e1209d771c189ec662fa4e7395 (diff)
Retry choco install
by using a wrapper provided by GitHub Actions https://github.com/actions/virtual-environments/pull/721 to address failures like https://github.com/ruby/ruby/runs/2551980671
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index e8633c57ee..c46f8c9463 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install libraries with chocolatey
run: |
- choco install --no-progress openssl winflexbison3
+ Choco-Install -PackageName openssl winflexbison3
- name: git config
run: |
git config --global core.autocrlf false