diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6737754..53db4b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,7 @@ jobs: - name: Install Chocolatey (Windows only) if: matrix.target == 'x86_64-pc-windows-gnu' + shell: powershell run: | Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))