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 1fda2e7 commit 3779801
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.2.*
version: 6.8.0
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
dir: ${{ github.workspace }}/qt/
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'

Expand All @@ -42,7 +44,7 @@ jobs:
run: |
export VSCP_ROOT=${{github.workspace}}/vscp
echo "${{env.Qt6_DIR}}"
export Qt6_DIR="${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/"
export Qt6_DIR=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
echo "${{env.QT_ROOT_DIR}}"
echo "${{env.Qt6_DIR}}"
Expand Down Expand Up @@ -82,7 +84,7 @@ jobs:
- name: Create Build Environment
run: |
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_ROOT=${{github.workspace}}/vscp/ -DVSCP_PATH=${{github.workspace}}/vscp/ -DCMAKE_PREFIX_PATH=${{env.QT_ROOT_DIR}} ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_ROOT=${{github.workspace}}/vscp/ -DVSCP_PATH=${{github.workspace}}/vscp/ -DCMAKE_PREFIX_PATH=${{env.QT_ROOT_DIR}} ..
- name: Build
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 3779801

Please sign in to comment.