Skip to content

Commit

Permalink
Merge pull request #389 from COVESA/FixWindowsBuild
Browse files Browse the repository at this point in the history
Revert "Bump jurplel/install-qt-action from 3 to 4 (#385)"
  • Loading branch information
hannesa2 authored Nov 8, 2023
2 parents e379008 + 7258b82 commit b293a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
fetch-depth: 0
submodules: true
- name: Install qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: 5.12.12
- name: Build with CMake ${{ matrix.task }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fetch-depth: 0
submodules: true
- name: Install qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
mirror: http://ftp.fau.de/qtproject/
version: 5.12.12
Expand Down

0 comments on commit b293a1f

Please sign in to comment.