From 3c9e30aef800c8cf84bb2ac85b430fa108ce25c2 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 10 May 2021 21:17:33 -0700 Subject: Try running Choco-Install with powershell https://github.com/ruby/ruby/runs/2552047430 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit v1.2.3