Skip to content

Commit

Permalink
.github: update QT version, fix apt update
Browse files Browse the repository at this point in the history
- I was missing apt update in github action
- Bump to QT 6.6.2

Signed-off-by: Huang Rui <vowstar@gmail.com>
  • Loading branch information
vowstar committed Feb 17, 2024
1 parent 105d6fd commit 23825c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
submodules: recursive
- name: Install depends
run: >-
sudo apt update &&
sudo apt-get install -y
'^libxcb.*-dev'
catch
Expand All @@ -47,7 +48,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.6.0'
version: '6.6.2'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
Expand Down

0 comments on commit 23825c1

Please sign in to comment.