diff options
author | Takashi Kokubun <[email protected]> | 2021-05-10 21:17:33 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2021-05-10 21:17:36 -0700 |
commit | 3c9e30aef800c8cf84bb2ac85b430fa108ce25c2 (patch) | |
tree | ac70b65fa487cce190c55f5c5095e6666bac69dd | |
parent | 4ee72f4afd879f9197b3fabb9a875afb02a61150 (diff) |
Try running Choco-Install with powershell
https://github.com/ruby/ruby/runs/2552047430
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c46f8c9463..c8e431451f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 |