This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user