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 afab6f2 commit 4f4ee6b
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,23 @@ jobs:
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 correct version of mingw
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install mingw --version=8.1.0 -y
# - 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: 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 4f4ee6b

Please sign in to comment.