From 34267c720b0492e7cce22b08bb06211aa7f0843b Mon Sep 17 00:00:00 2001 From: Olivier LDff Date: Tue, 20 Aug 2024 16:52:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20install=20qt=20ac?= =?UTF-8?q?tion=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5339887..962a4da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,21 +11,13 @@ jobs: qt-version: ['5.15.2', '6.2.0'] steps: - - uses: actions/checkout@v2 - - - name: 📦️ Cache Qt - id: cache-qt - uses: actions/cache@v2 - with: - path: ${{ github.workspace }}/Qt-${{ runner.os }}-${{ matrix.qt-version }} - key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }} + uses: actions/checkout@v4 - name: ⬆️ Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.qt-version }} - dir: ${{ github.workspace }}/Qt-${{ runner.os }}-${{ matrix.qt-version }} - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cache: true - name: 🔧 Configure QOlm run: |