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 Jul 14, 2019
1 parent 1b5fe86 commit 5b49dbd
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 = "76827951abe0df5f3d172d7b07f17614e7089198";
$VCPKG_COMMIT_SHA = "c477e87ede1cd099c24b004624c88933644d7abd";

# To ensure the proper dump_syms.exe is downloaded, specify the commit + hash
$DUMP_SYMS_EXE_COMMIT = "aebee55695eeb40d788f5421bf32eaaa7227aba0";
Expand Down

0 comments on commit 5b49dbd

Please sign in to comment.