mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 23:29:25 -05:00
Revert "chore: Switch Windows Release to the latest QT 6.8"
This reverts commit b60fe81361.
And fixes: https://github.com/AntiMicroX/antimicrox/issues/1139
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -167,10 +167,10 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: "6.7"
|
||||
version: "5.15.2"
|
||||
host: "windows"
|
||||
target: "desktop"
|
||||
arch: "win64_mingw"
|
||||
arch: "win64_mingw81"
|
||||
dir: "${{ github.workspace }}/qt/"
|
||||
install-deps: "true"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user