Skip to content

Commit

Permalink
Revert "Bump jurplel/install-qt-action from 3 to 4 (#385)"
Browse files Browse the repository at this point in the history
This reverts commit e379008.
  • Loading branch information
hannesa2 committed Nov 8, 2023
1 parent e379008 commit 7258b82
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 7258b82

Please sign in to comment.