We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611cadc commit 551132bCopy full SHA for 551132b
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Update vcpkg
31
shell: pwsh
32
run: |
33
- $vcpkgCommit = 'be2d7f886aad895e282b59088a2dfca5f6e1c88a'
+ $vcpkgCommit = '830f86fb309ad7167468a433a890b7415fbb90a5'
34
pushd "$env:VCPKG_INSTALLATION_ROOT"
35
git fetch --depth=1 origin $vcpkgCommit
36
git reset --hard $vcpkgCommit
0 commit comments