Skip to content

Commit

Permalink
[win] Update vcpkg - Qt 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Dec 4, 2024
1 parent ec8fddd commit ed6b202
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 @@ -35,7 +35,7 @@ jobs:
- name: Update vcpkg
shell: pwsh
run: |
$vcpkgCommit = 'cff6ed45719c0162fa7065fdac90506a0add812c'
$vcpkgCommit = '26abb5b33f976246a5f2cdc45cdd073d51caff06'
pushd "$env:VCPKG_INSTALLATION_ROOT"
git fetch origin $vcpkgCommit
git reset --hard $vcpkgCommit
Expand Down

0 comments on commit ed6b202

Please sign in to comment.