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

@@ -28,6 +28,8 @@ jobs:
- name: Compiler l'executable - name: Compiler l'executable
run: | run: |
CC=x86_64-w64-mingw32-gcc \
CXX=x86_64-w64-mingw32-g++ \
nuitka \ nuitka \
--mingw64 \ --mingw64 \
--onefile \ --onefile \
@@ -35,7 +37,6 @@ jobs:
- name: Archive executable - name: Archive executable
run: | run: |
cd /workspace/Simon/cmd-alexandra-toxicity/dist
zip jeu_windows.zip ./controleur_de_gaz.exe zip jeu_windows.zip ./controleur_de_gaz.exe
- name: Upload Artifact - name: Upload Artifact