Skip to content

Commit

Permalink
.github: fix OS depend and update QT version
Browse files Browse the repository at this point in the history
- Fix missing depend package
- Bump to QT 6.6.2

Signed-off-by: Huang Rui <[email protected]>
  • Loading branch information
vowstar committed Feb 17, 2024
1 parent 105d6fd commit 010e599
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
- name: Install depends
run: >-
sudo apt-get install -y
'^libgl.*-dev'
'^libxcb.*-dev'
catch
clang-tidy
libfmt-dev
libgl-dev
libgl1-mesa-dev
libglu1-mesa-dev
libicu-dev
libsqlite3-dev
libx11-xcb-dev
Expand All @@ -47,7 +46,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 010e599

Please sign in to comment.