Skip to content

Commit

Permalink
Testing with Qt 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 20, 2024
1 parent d67888c commit 4569c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.8.0
version: 6.5.3
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Install FUSE manually
run: sudo apt install libfuse2

# https://forum.qt.io/topic/151452/what-qt-specific-files-exactly-do-i-need-to-add-when-deploying/34
- name: Install mysql client
run: sudo apt install libmysqlclient-dev

Expand Down

0 comments on commit 4569c0d

Please sign in to comment.