Skip to content

Commit

Permalink
workflows upgraded to jurplel/install-qt-action@4
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 5, 2024
1 parent e3c4e15 commit 584554b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ jobs:
arch: x64

- name: Qt ${{ env.TINY_QT_VERSION }} install base components
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
archives: qtbase
version: ${{ env.TINY_QT_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ jobs:
arch: x64

- name: Qt ${{ env.TINY_QT_VERSION }} install base components
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
archives: qtbase
version: ${{ env.TINY_QT_VERSION }}
Expand Down

0 comments on commit 584554b

Please sign in to comment.