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