From 565b6ef7680c546bb1a91c9c1431e28eb50870aa Mon Sep 17 00:00:00 2001 From: Jannik Peters Date: Wed, 6 Aug 2025 10:19:01 +0200 Subject: [PATCH] Fix missing vcpkg variables for windows cache job --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3349d7f..bbb2609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -368,6 +368,11 @@ jobs: env: RUSTFLAGS: "-D warnings" DNST_FEATURES: "--all-features" + # We use 'vcpkg' to install OpenSSL on Windows. + VCPKG_ROOT: "${{ github.workspace }}\\vcpkg" + VCPKGRS_TRIPLET: x64-windows-release + # Ensure that OpenSSL is dynamically linked. + VCPKGRS_DYNAMIC: 1 steps: # Load the repository.