From 503dead2aa233b9da79dff56e9c2bf9aaba592c3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 17 Jul 2020 23:39:52 -0500 Subject: [PATCH] Added 32 bits only variant --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6173e5d..d27d94e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ default: tags: - windows10 before_script: - - 'choco install -y python git nsis' + - 'choco install -y --x86 python git nsis' - 'python -V' # - 'python -m venv env' # - 'env\scripts\activate'