Skip to content

Commit

Permalink
Update to Qt 6.5.1 (#227)
Browse files Browse the repository at this point in the history
* Update to Qt 6.5.1

* Add libxcb-cursor0 dependency
  • Loading branch information
jrozner committed May 30, 2023
1 parent 27c056f commit 7b68df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
branches: [ main ]
env:
QT_VERSION: 6.4.2
QT_VERSION: 6.5.1
jobs:
# 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
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
shell: bash
run: |
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
choco install ninja --ignore-checksums
fi
Expand Down

0 comments on commit 7b68df4

Please sign in to comment.