Update .gitlab-ci.yml file

This commit is contained in:
Timothy GFO 2023-11-15 20:12:12 +00:00
parent decbf868ab
commit bbe37e8830

View file

@ -3,7 +3,7 @@ generate_exe:
stage: build stage: build
script: script:
- apt update - 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" - wget "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe"
- wine python-3.8.10.exe - wine python-3.8.10.exe
- wine py -m pip install pyinstaller - wine py -m pip install pyinstaller