ci: force ajoute gcc a l'env pour nuitka
Some checks failed
BinGen / Build (push) Has been cancelled
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user