Skip to content

Commit e10afc2

Browse files
committed
downgrading qt to 6.7.1 on linux too
1 parent 08fb9c2 commit e10afc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
env:
2121
SOURCE_DIR: ${{ github.workspace }}
2222
#QT_VERSION: 6.5.3
23-
QT_VERSION: 6.7.3
23+
QT_VERSION: 6.7.1
2424
ARTIFACT: "CS3MapEdit-x86_64.AppImage"
2525

2626
jobs:
@@ -34,7 +34,7 @@ jobs:
3434
submodules: recursive
3535

3636
- name: Install Qt
37-
uses: jurplel/install-qt-action@v3
37+
uses: jurplel/install-qt-action@v4
3838
with:
3939
version: ${{ env.QT_VERSION }}
4040
host: linux

0 commit comments

Comments
 (0)