Fix missing vcpkg variables for windows cache job

This commit is contained in:
Jannik Peters
2025-08-06 10:19:01 +02:00
parent 6f5902192d
commit 565b6ef768
+5
View File
@@ -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.