change to Qt 5.12.9

This commit is contained in:
Syping 2020-06-25 06:03:24 +02:00
parent a63c931655
commit e455f46fff
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ stages:
LuaEngine Windows:
stage: runtime
image: syping/qt5-shared-llvm-mingw:5.15.0
image: syping/qt5-shared-llvm-mingw:5.12.9
variables:
QT_SELECT: "qt5-x86_64-w64-mingw32"
script:
@ -46,7 +46,7 @@ LuaEngine Debian amd64:
LuaEngine PE Windows:
stage: portable
image: syping/qt5-static-llvm-mingw:5.15.0
image: syping/qt5-static-llvm-mingw:5.12.9
variables:
QT_SELECT: "qt5-x86_64-w64-mingw32"
script:
@ -62,7 +62,7 @@ LuaEngine PE Windows:
LuaEngine Setup:
stage: deploy
image: syping/qt5-shared-llvm-mingw:5.15.0
image: syping/qt5-shared-llvm-mingw:5.12.9
script:
- apt-get update -qq
- apt-get install nsis -qq