diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4213bee..7fb4261 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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