Skip to content

Commit 551132b

Browse files
committed
Bump vcpkg version to pick up Qt fix
1 parent 611cadc commit 551132b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Update vcpkg
3131
shell: pwsh
3232
run: |
33-
$vcpkgCommit = 'be2d7f886aad895e282b59088a2dfca5f6e1c88a'
33+
$vcpkgCommit = '830f86fb309ad7167468a433a890b7415fbb90a5'
3434
pushd "$env:VCPKG_INSTALLATION_ROOT"
3535
git fetch --depth=1 origin $vcpkgCommit
3636
git reset --hard $vcpkgCommit

0 commit comments

Comments
 (0)