CICD Fix
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-27 16:39:34 +01:00
parent 4601ffad9d
commit bac889cf64

View File

@ -10,7 +10,7 @@ steps:
- chmod +x venv/bin/activate
- ./venv/bin/activate
- pip install -r requirements.txt
- apt/dnf/yum install patchelf
- apt install patchelf
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
- name: push-artifacts