From c381d829730f9a460efafbc6f97729eb29aa2967 Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 17 Nov 2019 13:12:35 +0100 Subject: [PATCH] Update Qt to 5.12.6 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96a2dd1..a707d23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: LuaEngine Windows: stage: build - image: syping/qt5-shared-mingw-openssl:5.12.5 + image: syping/qt5-shared-mingw-openssl:5.12.6 variables: QT_SELECT: "qt5-x86_64-w64-mingw32" script: @@ -62,7 +62,7 @@ LuaEngine Debian arm64: LuaEngine PE Windows: stage: build - image: syping/qt5-static-mingw-openssl:5.12.5 + image: syping/qt5-static-mingw-openssl:5.12.6 variables: QT_SELECT: "qt5-x86_64-w64-mingw32" script: @@ -78,7 +78,7 @@ LuaEngine PE Windows: LuaEngine Setup: stage: deploy - image: syping/qt5-shared-mingw-openssl:5.12.5 + image: syping/qt5-shared-mingw-openssl:5.12.6 script: - apt-get update -qq - apt-get install nsis -qq