Skip to content

Commit

Permalink
change triplet again (release, dynamic library)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Sep 3, 2024
1 parent 8258d8a commit 522b501
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 @@ -97,7 +97,7 @@ jobs:
shell: powershell
run: |
New-Item -Path "${{ runner.temp }}" -Name "vcpkg_cache" -ItemType "directory" -Force
vcpkg install openssl:x64-windows
vcpkg install openssl:x64-windows-dynamic-release
env:
VCPKG_DEFAULT_BINARY_CACHE: ${{ runner.temp }}\vcpkg_cache

Expand Down

0 comments on commit 522b501

Please sign in to comment.