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