Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 20, 2024
1 parent c921d72 commit d67888c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qtsql qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'

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

- name: Install mysql client
run: sudo apt install libmysqlclient-dev

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2

Expand Down

0 comments on commit d67888c

Please sign in to comment.