This commit is contained in:
DavidXanatos 2022-10-15 10:33:21 +02:00
commit 05ffd4c3a4
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
# arch: ${{ matrix.qt-target }}
arch: 'win64_msvc2019_64'
# tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
# cache: true
- name: Install Qt6 ARM64
uses: jurplel/install-qt-action@v3
@ -74,7 +74,7 @@ jobs:
# arch: ${{ matrix.qt-target }}
arch: 'win64_msvc2019_arm64'
# tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
# cache: true
- name: Install Qt5 x64
uses: jurplel/install-qt-action@v2