From b2b43ac90944f10c82a5d5f7b53b34de7875803c Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Mon, 18 May 2020 13:35:33 +0200 Subject: [PATCH] fix: missing ci package zip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee705ff6..d4f18a0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,7 @@ build-windows: # We need to install docker because qtdeploy builds for windows inside a docker container. # Docker will connect to the dockerd daemon provided by the runner service docker:dind at tcp://docker:2375. - curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh - - apt-get update && apt-get -y install binutils-mingw-w64 + - apt-get update && apt-get -y install binutils-mingw-w64 zip - ln -s /usr/bin/x86_64-w64-mingw32-windres /usr/bin/windres - go mod download - TARGET_OS=windows make build