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
past-due committed Oct 11, 2023
1 parent ba1e727 commit 5b3b989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-dependencies_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param([string]$VCPKG_BUILD_TYPE = "")
############################

# To ensure reproducible builds, pin to a specific vcpkg commit
$VCPKG_COMMIT_SHA = "0f8a0f084a8d1bf35700dd797ae5e4bb8aa52f1a";
$VCPKG_COMMIT_SHA = "51475feaccb720ab40e5a0e3f8da70a4510defc0";

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

0 comments on commit 5b3b989

Please sign in to comment.