Update to Qt 6.5.1 (#227)

* Update to Qt 6.5.1

* Add libxcb-cursor0 dependency
main
Joe Rozner 2023-05-30 14:01:07 -07:00 committed by GitHub
parent 27c056f598
commit 7b68df4816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
pull_request: pull_request:
branches: [ main ] branches: [ main ]
env: env:
QT_VERSION: 6.4.2 QT_VERSION: 6.5.1
jobs: jobs:
# This is a super hacky way to get this into a place that can actually be # This is a super hacky way to get this into a place that can actually be
# used by downstream jobs because YAML values don't allow shell # used by downstream jobs because YAML values don't allow shell
@ -127,7 +127,7 @@ jobs:
shell: bash shell: bash
run: | run: |
if [ "$RUNNER_OS" == "Linux" ]; then if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update > /dev/null && sudo apt-get install -qqq libxcb-keysyms1-dev libxkbcommon-dev libxkbcommon-x11-dev > /dev/null sudo apt-get update > /dev/null && sudo apt-get install -qqq libxcb-keysyms1-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-cursor0 > /dev/null
elif [ "$RUNNER_OS" == "Windows" ]; then elif [ "$RUNNER_OS" == "Windows" ]; then
choco install ninja --ignore-checksums choco install ninja --ignore-checksums
fi fi