Update main.yml

This commit is contained in:
DavidXanatos 2021-07-18 22:00:27 +02:00 committed by GitHub
parent 6355daa1fa
commit e210ab2375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
uses: actions/cache@v1
with:
path: ../Qt
key: Qt-5.15.1-QtCache
key: Qt-5.15.2-QtCache
- name: Install Qt 64 bit
uses: jurplel/install-qt-action@v2
@ -59,7 +59,7 @@ jobs:
- name: Install Qt 32 bit
uses: jurplel/install-qt-action@v2
with:
version: '5.15.1'
version: '5.15.2'
dir: ..
# arch: ${{ matrix.qt-target }}
arch: 'win32_msvc2019'