Skip to content

Commit

Permalink
[Windows] Update vcpkg commit in get-dependencies_win.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 authored and pull[bot] committed Jan 8, 2024
1 parent a261eec commit 11130b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-dependencies_win.ps1
Expand Up @@ -5,7 +5,7 @@ param([string]$VCPKG_BUILD_TYPE = "")
############################

# To ensure reproducible builds, pin to a specific vcpkg commit
$VCPKG_COMMIT_SHA = "251741475900c9a57549d80f1b5a5e30e63d1887";
$VCPKG_COMMIT_SHA = "136ad069fd2a7e61eeca5e4c48608c1fd3921a70";

# WZ Windows features (for vcpkg install)
$VCPKG_INSTALL_FEATURES = @()
Expand Down

0 comments on commit 11130b5

Please sign in to comment.