From 7258b829b32253837611432f4b1d42835754ff77 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Wed, 8 Nov 2023 20:31:20 +0100 Subject: [PATCH] Revert "Bump jurplel/install-qt-action from 3 to 4 (#385)" This reverts commit e379008b42beb2efc68b7f488cc655037ec0c6af. --- .github/workflows/BuildPR.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 74b6ca50..aecd2764 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -77,7 +77,7 @@ jobs: fetch-depth: 0 submodules: true - name: Install qt - uses: jurplel/install-qt-action@v4 + uses: jurplel/install-qt-action@v3 with: version: 5.12.12 - name: Build with CMake ${{ matrix.task }} diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index c959202c..3ece0503 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 submodules: true - name: Install qt - uses: jurplel/install-qt-action@v4 + uses: jurplel/install-qt-action@v3 with: mirror: http://ftp.fau.de/qtproject/ version: 5.12.12