Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isarhamster authored Dec 3, 2024
1 parent 522368d commit cf07686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: ${{ runner.workspace }}/Qt${{ env.QT_VERSION }}
key: ${{ runner.os }}-Qt${{ env.QT_VERSION }}
- name: Install Qt ${{ env.QT_VERSION }}
uses: jurplel/install-qt-action@v2.11.1
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.QT_VERSION }}
dir: ${{ runner.workspace }}/Qt${{ env.QT_VERSION }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
path: ${{ runner.workspace }}/Qt${{ matrix.qt }}-${{ matrix.arch }}
key: Qt-${{ runner.os }}-${{ matrix.qt }}-${{ matrix.arch }}
- name: Install Qt ${{ matrix.qt }}
uses: jurplel/install-qt-action@v2.11.1
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt }}
arch: ${{ matrix.qt_arch }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
key: ${{ runner.os }}-Qt${{ env.QT_VERSION }}

- name: Install Qt ${{ env.QT_VERSION }}
uses: jurplel/install-qt-action@v2.11.1
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.QT_VERSION }}
dir: ${{ runner.workspace }}/Qt${{ env.QT_VERSION }}
Expand Down

0 comments on commit cf07686

Please sign in to comment.