summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-05-10 21:17:33 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-05-10 21:17:36 -0700
commit3c9e30aef800c8cf84bb2ac85b430fa108ce25c2 (patch)
treeac70b65fa487cce190c55f5c5095e6666bac69dd /.github
parent4ee72f4afd879f9197b3fabb9a875afb02a61150 (diff)
Try running Choco-Install with powershell
https://github.com/ruby/ruby/runs/2552047430
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml1
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