Skip to content

Commit

Permalink
Retry choco install
Browse files Browse the repository at this point in the history
by using a wrapper provided by GitHub Actions
actions/runner-images#721

to address failures like
https://github.com/ruby/ruby/runs/2551980671
  • Loading branch information
k0kubun committed May 11, 2021
1 parent bb54361 commit 4ee72f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4ee72f4

Please sign in to comment.