From bbe37e8830d1df919e817aeef71fb8d6a1bf39c0 Mon Sep 17 00:00:00 2001 From: Timothy GFO Date: Wed, 15 Nov 2023 20:12:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7987a5c..b0bd9a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ generate_exe: stage: build script: - apt update - - apt install wine -y + - apt install wine wget -y - wget "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe" - wine python-3.8.10.exe - wine py -m pip install pyinstaller