Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 23, 2024
1 parent 4a847a8 commit 5730659
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
with:
submodules: recursive

- name: test
run: |
aqt list-qt linux desktop --arch 6.5.3
aqt list-qt linux desktop --modules 6.5.3 linux_gcc_64
# https://github.com/marketplace/actions/install-qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand All @@ -35,7 +30,7 @@ jobs:
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'
modules: qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets

- name: Checkout vscp repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -75,6 +70,9 @@ jobs:
- name: Install FUSE manually
run: sudo apt install libfuse2

- name: Install sqlite3
run: sudo apt install libsqlite3-dev

# 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 5730659

Please sign in to comment.