diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4d4618d..2df0ab6 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -24,13 +24,8 @@ jobs: run: | mkdir -p wine-python cd wine-python - - # Télécharger l'installeur MSI de Python wget https://www.python.org/ftp/python/3.11.8/python-3.11.8-amd64.exe -O python-installer.exe - - # Installer Python via Wine wine python-installer.exe /quiet InstallAllUsers=1 PrependPath=1 Include_pip=1 - wine 'C:\Program Files\Python311\python.exe' --version - name: Installer PyInstaller