ci: Ajoute apt a l'étape 2
Some checks failed
BinGen / Build (push) Failing after 2m18s

This commit is contained in:
2025-07-09 22:18:37 +02:00
parent 3989f6f001
commit 7f1ea569a3

View File

@@ -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