From e210ab23755bf93ce44b77a5fb6a6cf2a27fd924 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sun, 18 Jul 2021 22:00:27 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9521b4a..de0707e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'