From 8091a092ab139008deab440d8a9acba60a2e6e95 Mon Sep 17 00:00:00 2001 From: Syping Date: Sat, 11 Apr 2020 22:47:45 +0200 Subject: [PATCH] Update Qt to 5.12.8 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58ae531..c3cd46e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: LuaEngine Windows: stage: runtime - image: syping/qt5-shared-mingw-openssl:5.12.7 + image: syping/qt5-shared-mingw-openssl:5.12.8 variables: QT_SELECT: "qt5-x86_64-w64-mingw32" script: @@ -63,7 +63,7 @@ LuaEngine Debian armhf: LuaEngine PE Windows: stage: portable - image: syping/qt5-static-mingw-openssl:5.12.7 + image: syping/qt5-static-mingw-openssl:5.12.8 variables: QT_SELECT: "qt5-x86_64-w64-mingw32" script: @@ -79,7 +79,7 @@ LuaEngine PE Windows: LuaEngine Setup: stage: deploy - image: syping/qt5-shared-mingw-openssl:5.12.7 + image: syping/qt5-shared-mingw-openssl:5.12.8 script: - apt-get update -qq - apt-get install nsis -qq