mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 01:17:43 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
decbf868ab
commit
bbe37e8830
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue