Skip to content

Commit

Permalink
Testing with ver 15
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 19, 2024
1 parent 3bf5275 commit 1012047
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
submodules: recursive

# https://github.com/marketplace/actions/install-qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.2.*'
target: 'desktop'
dir: '${{ github.workspace }}/qt/'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'
# - name: Install Qt
# uses: jurplel/install-qt-action@v4
# with:
# version: '6.2.*'
# target: 'desktop'
# dir: '${{ github.workspace }}/qt/'
# modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'

- name: Checkout vscp repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,16 +70,16 @@ 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

- name: Create Build Environment
run: |
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_PATH=vscp/
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_PATH=vscp/
- name: Build
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 1012047

Please sign in to comment.