mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
fix: revert to Qt from 6.7.3 to 6.7.2 to deal Speex audios
This commit is contained in:
parent
2f68251b11
commit
8818132788
4
.github/workflows/Release-all.yml
vendored
4
.github/workflows/Release-all.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-13,macos-14]
|
os: [macos-13,macos-14]
|
||||||
qt_ver: [ 6.6.3, 6.7.3 ]
|
qt_ver: [ 6.6.3, 6.7.2 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2022]
|
os: [windows-2022]
|
||||||
qt_ver: [ 6.6.3, 6.7.3 ]
|
qt_ver: [ 6.6.3, 6.7.2 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: jurplel/install-qt-action@v4
|
- uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue