We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19d0ca commit b5e2d59Copy full SHA for b5e2d59
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Update vcpkg
36
shell: pwsh
37
run: |
38
- $vcpkgCommit = '0b88aacde46a853151730fbe7d0b7ee45f4b6864'
+ $vcpkgCommit = '256acc64012b23a13041d8705805e1f23b43a024'
39
pushd "$env:VCPKG_INSTALLATION_ROOT"
40
git fetch origin $vcpkgCommit
41
git reset --hard $vcpkgCommit
0 commit comments