Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 3, 2023
1 parent d376ea9 commit afab6f2
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,20 @@ jobs:
platform: 'desktop'
modules: 'qtcharts'

# - 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: Install correct version of mingw
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install mingw --version=8.1.0 -y

- 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 afab6f2

Please sign in to comment.