From 0417eac02a070bd1e491afda9b2fea30c08d1aaf Mon Sep 17 00:00:00 2001 From: Timothy GFO Date: Wed, 15 Nov 2023 19:40:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df9f667..e7b34e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ generate_exe: image: python:3.8 stage: build script: - - apt update - - apt install wine + - apt update -y + - apt install wine -y - pip install pyinstaller - pyinstaller app.py - wine dist/app.exe