Skip to content

Commit

Permalink
build: switch release back to cng
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 30, 2024
1 parent 8782427 commit 2dd8ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-2022
exe: ".exe"
args: --features crypto-openssl,walker-common/bzip2-rs,csaf --no-default-features
#args: --features crypto-openssl,walker-common/bzip2-rs,csaf --no-default-features
args: --features crypto-cng,walker-common/bzip2-rs,csaf --no-default-features
install: |
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
vcpkg install openssl:x64-windows-static-md
Expand Down

0 comments on commit 2dd8ec6

Please sign in to comment.