From 167122af52cb3ee059336a84ff67ae08745ba3fa Mon Sep 17 00:00:00 2001 From: Timothy GFO Date: Wed, 15 Nov 2023 19:39:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc40237..df9f667 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,11 @@ generate_exe: image: python:3.8 stage: build script: + - apt update - apt install wine - pip install pyinstaller - pyinstaller app.py - wine dist/app.exe artifacts: paths: - - dist/app.exe \ No newline at end of file + - dist/app.exe