From 4f01a1029a456fba06114d079ce1edbc07a7754b Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Tue, 3 Sep 2024 16:41:43 +0200 Subject: [PATCH] wrong triplet --- .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 4720433..eba6f39 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-dynamic-release + vcpkg install openssl:x64-windows-release vcpkg list env: VCPKG_DEFAULT_BINARY_CACHE: ${{ runner.temp }}\vcpkg_cache