Skip to content

Commit

Permalink
Continuous Building
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlinat authored Jun 20, 2024
1 parent e03a28f commit dfcd53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
shell: pwsh
- name: "Windows: Install Qt"
if: ${{ startsWith(matrix.os, 'windows-') }}
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: 5.15.2
arch: win64_msvc2019_64
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
vsversion: 2022
- name: "Windows: Install Qt5"
if: ${{ startsWith(matrix.os, 'windows-') }}
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: 5.15.2
arch: win64_msvc2019_64
Expand Down

0 comments on commit dfcd53e

Please sign in to comment.