diff options
author | Takashi Kokubun <[email protected]> | 2021-05-10 21:13:06 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2021-05-10 21:14:00 -0700 |
commit | 4ee72f4afd879f9197b3fabb9a875afb02a61150 (patch) | |
tree | 4256cc16c0a498d201813f2c4f6639f3d83ce58e | |
parent | bb54361057c169e1209d771c189ec662fa4e7395 (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
-rw-r--r-- | .github/workflows/windows.yml | 2 |
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 |