ci: Ajoute patchelf a l'env CI pour nuitka
Some checks failed
BinGen / Build (push) Failing after 3m0s

This commit is contained in:
2025-07-09 12:28:53 +02:00
parent d3d73ba029
commit fef2f3bfcc

View File

@@ -21,7 +21,8 @@ jobs:
- name: Installer Nuitka et MinGW - name: Installer Nuitka et MinGW
run: | run: |
sudo apt update sudo apt update
sudo apt install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 sudo apt install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 patchelf
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install nuitka colorama pip install nuitka colorama