Skip to content

Commit

Permalink
Test another QT installation in cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
findQT.cmake tests
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent 0be6892 commit 4bf2a44
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,24 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Qt5/Qt6 (yaqti)
uses: WillBrennan/[email protected]
with:
version: ${{env.QT_VERSION}}
os: 'linux'
platform: 'desktop'
modules: 'qtcharts'
install-deps: "true"
# - name: Install Qt5/Qt6 (yaqti)
# uses: WillBrennan/[email protected]
# with:
# version: ${{env.QT_VERSION}}
# os: 'linux'
# platform: 'desktop'
# modules: 'qtcharts'
# install-deps: "true"
# ['qt3d', 'qtcharts', 'qtconnectivity', 'qtdatavis3d', 'qtimageformats', 'qtlottie', 'qtmultimedia', 'qtnetworkauth', 'qtpositioning', 'qtremoteobjects', 'qtscxml', 'qtsensors', 'qtserialbus', 'qtserialport', 'qtvirtualkeyboard', 'qtwebchannel', 'qtwebengine', 'qtwebsockets', 'qtwebview', 'debug_info', 'gcc_64', 'qt5compat', 'qtquick3d', 'qtquicktimeline', 'qtshadertools', 'qtwaylandcompositor']

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
cache: 'true'
cache-key-prefix: ${{ runner.os }}-Qt-Cache-${{ env.QT_VERSION }}
dir: ${{ github.workspace }}/Qt

# - name: Install correct version of mingw
# uses: crazy-max/ghaction-chocolatey@v1
# with:
Expand Down

0 comments on commit 4bf2a44

Please sign in to comment.