Skip to content

Commit

Permalink
Update the yml with another QT installer and focus on Linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 3, 2023
1 parent 6919071 commit 4cfdb00
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,22 @@ jobs:
- uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: WillBrennan/yaqti
with:
# host: windows
target: "desktop"
version: ${{ env.QT_VERSION }}
# arch: ${{ env.MINGW_VERSION }}
dir: "${{github.workspace}}/qt"
install-deps: "true"
version: '6.2.0'
host: 'linux'
target: 'desktop'
modules: 'qtcharts qtwebengine'

# - name: Install Qt
# uses: jurplel/install-qt-action@v2
# with:
# # host: windows
# target: "desktop"
# version: ${{ env.QT_VERSION }}
# # arch: ${{ env.MINGW_VERSION }}
# dir: "${{github.workspace}}/qt"
# install-deps: "true"

# - name: Set Qt path and refresh
# run: |
Expand Down

0 comments on commit 4cfdb00

Please sign in to comment.