From c1d607fe7d9174f5dc2bb7313b066d3c4a9e9169 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sat, 15 Oct 2022 10:00:06 +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 93eec16b..148e040b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Qt5 x64 - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v2 with: version: '5.15.2' dir: .. @@ -87,7 +87,7 @@ jobs: cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Qt5 x86 - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v2 with: version: '5.15.2' dir: ..