From 522b501c756e3508f03809724e6feeabc856ba54 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Tue, 3 Sep 2024 16:38:09 +0200 Subject: [PATCH] change triplet again (release, dynamic library) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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