mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try running Choco-Install with powershell
https://github.com/ruby/ruby/runs/2552047430
This commit is contained in:
parent
4ee72f4afd
commit
3c9e30aef8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
|||
- name: Install libraries with chocolatey
|
||||
run: |
|
||||
Choco-Install -PackageName openssl winflexbison3
|
||||
shell: pwsh
|
||||
- name: git config
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
|
|
Loading…
Reference in a new issue