Update main.yml

This commit is contained in:
DavidXanatos 2022-10-15 09:45:13 +02:00 committed by GitHub
parent e66901bb09
commit 2b4d8c48cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 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 }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- 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 }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Install Qt5 x64
uses: jurplel/install-qt-action@v3
@ -84,7 +84,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 }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Install Qt5 x86
uses: jurplel/install-qt-action@v3
@ -94,7 +94,7 @@ jobs:
# arch: ${{ matrix.qt-target }}
arch: 'win32_msvc2019'
# tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator'
# cached: ${{ steps.cache-qt.outputs.cache-hit }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Installing Jom
if: steps.cache-qt.outputs.cache-hit != 'true'