This commit is contained in:
@@ -18,16 +18,16 @@ jobs:
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update
|
||||
sudo install -y wine64 wine32 unzip wget
|
||||
sudo apt install -y wine64 wine32 unzip wget
|
||||
|
||||
- name: Initialiser l'environnement Windows
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user