diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e8633c57ee..c46f8c9463 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-chocolatey- - name: Install libraries with chocolatey run: | - choco install --no-progress openssl winflexbison3 + Choco-Install -PackageName openssl winflexbison3 - name: git config run: | git config --global core.autocrlf false