From cccf1fa42b62930188797d79dd9d7d3336937fac Mon Sep 17 00:00:00 2001 From: Olivier Le Doeuff Date: Tue, 20 Aug 2024 17:05:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20install=20qt=20ac?= =?UTF-8?q?tion=20to=20v4=20(#22)?= 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 f738fb4..2833aff 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: |