aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/create_release.yml
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-09-15 19:24:12 +0200
committerGitHub Enterprise <[email protected]>2025-09-15 19:24:12 +0200
commit0d82b7ccf6513ba46f9c7d3f99f0aa7946e8c1e8 (patch)
treea41aa0254963f77b7a96e18a3e1c5fe79262997a /.github/workflows/create_release.yml
parentnew in-memory storage strategy for oplogs (#490) (diff)
downloadzen-0d82b7ccf6513ba46f9c7d3f99f0aa7946e8c1e8.tar.xz
zen-0d82b7ccf6513ba46f9c7d3f99f0aa7946e8c1e8.zip
update readme with required vcpkg version (#496)
- Improvement: Updated README.md to state the required version vcpkg
Diffstat (limited to '.github/workflows/create_release.yml')
-rw-r--r--.github/workflows/create_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 7f934a71d..eaefdd1e2 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -1,6 +1,6 @@
name: Create Release
env:
- VCPKG_VERSION: 2024.03.25
+ VCPKG_VERSION: 2024.03.25 # This version must be the same across .yml github workflows and if it is bumped the README.md must be updated to reflect this
XMAKE_VERSION: 2.9.1
WINDOWS_SDK_VERSION: 22621