Skip to content

Commit

Permalink
Update to Qt 6.6.3 for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Jun 10, 2024
1 parent eaffbca commit 0a9050a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.windows.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@3a22746930754ced94ac552915aa816265ef90c1 # latest as of 2023-08-30
with:
vcpkgGitCommitId: 'c9919121dde6f61c0436adda94624636e041226b' # latest as of 2024-01-10
vcpkgGitCommitId: 'ad25766aefb5313b6bc4e2a4b78a2946f84fbf66' # latest as of 2024-06-08

- name: Build CEmu Qt ${{ matrix.config }} on Windows ${{ matrix.arch_name }}
uses: lukka/run-cmake@fbcfe006bc5450def7a319af91733647d985d157 # latest as of 2023-08-30
Expand Down
4 changes: 2 additions & 2 deletions gui/qt/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"features": [ "dbus", "gui", "network", "widgets", "png" ]
}
],
"builtin-baseline": "c9919121dde6f61c0436adda94624636e041226b",
"builtin-baseline": "ad25766aefb5313b6bc4e2a4b78a2946f84fbf66",
"overrides": [
{
"name": "qtbase",
"version": "6.6.1"
"version": "6.6.3"
}
]
}

0 comments on commit 0a9050a

Please sign in to comment.