Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 23, 2024
1 parent cee0655 commit 8870128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.8.*
version: 5.15.*
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'
extra: '--exclude-libs=libqsqlmimer'
# extra: '--exclude-libs=libqsqlmimer'

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

0 comments on commit 8870128

Please sign in to comment.