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 d9fb15c commit 18d526b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
echo "OPENSSL_DIR=/usr/lib/ssl" >> $GITHUB_ENV
- name: Install Chocolatey (Windows only)
if: matrix.target == 'x86_64-pc-windows-gnu'
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'))
- name: Install OpenSSL (Windows only)
if: matrix.target == 'x86_64-pc-windows-gnu'
run: |
Expand Down

0 comments on commit 18d526b

Please sign in to comment.