Skip to content

Commit

Permalink
update the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Nov 11, 2024
1 parent bdf165e commit d63c920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Chocolatey (Windows only)
if: matrix.target == 'x86_64-pc-windows-gnu'
shell: powershell
shell: pwsh
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'))
Expand Down

0 comments on commit d63c920

Please sign in to comment.