ci: force ajoute gcc a l'env pour nuitka
Some checks failed
BinGen / Build (push) Has been cancelled

devrais corriger l'erreur "Using OS specific option '--mingw64' has no effect on Linux."
This commit is contained in:
2025-07-09 12:40:11 +02:00
parent fef2f3bfcc
commit fd5a37f958

View File

@@ -22,12 +22,14 @@ jobs:
run: |
sudo apt update
sudo apt install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 patchelf
python -m pip install --upgrade pip
pip install nuitka colorama
- name: Compiler l'executable
run: |
CC=x86_64-w64-mingw32-gcc \
CXX=x86_64-w64-mingw32-g++ \
nuitka \
--mingw64 \
--onefile \
@@ -35,7 +37,6 @@ jobs:
- name: Archive executable
run: |
cd /workspace/Simon/cmd-alexandra-toxicity/dist
zip jeu_windows.zip ./controleur_de_gaz.exe
- name: Upload Artifact