Skip to content

Commit

Permalink
Bump vcpkg version to pick up Qt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Oct 20, 2023
1 parent 611cadc commit 551132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update vcpkg
shell: pwsh
run: |
$vcpkgCommit = 'be2d7f886aad895e282b59088a2dfca5f6e1c88a'
$vcpkgCommit = '830f86fb309ad7167468a433a890b7415fbb90a5'
pushd "$env:VCPKG_INSTALLATION_ROOT"
git fetch --depth=1 origin $vcpkgCommit
git reset --hard $vcpkgCommit
Expand Down

0 comments on commit 551132b

Please sign in to comment.