Skip to content

Commit

Permalink
⬆️ Update install qt action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Aug 20, 2024
1 parent aeb4c01 commit 185c5e2
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 185c5e2

Please sign in to comment.