Skip to content

Commit

Permalink
Revert back to qt ver 6
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 19, 2024
1 parent 7785516 commit ff0c981
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 7.*.*
dir: ${{ github.workspace }}/qt/
modules: qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets
aqtversion: '==6.*.*'
version: '7.*.*'
target: 'desktop'
dir: '${{ github.workspace }}/qt/'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'

- name: Checkout vscp repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -69,8 +71,8 @@ jobs:
run: sudo apt install libfuse2

# Note that both of libqt5serialport5 libqt5serialport5-dev is needed
- name: Install qt5 components manually
run: sudo apt install qttools5-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtdeclarative5-dev libqt5charts5-dev libqt5serialbus5-dev libqt5serialport5-dev
# - name: Install qt5 components manually
# run: sudo apt install qttools5-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtdeclarative5-dev libqt5charts5-dev libqt5serialbus5-dev libqt5serialport5-dev

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

0 comments on commit ff0c981

Please sign in to comment.