CICD Fix
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-27 16:44:30 +01:00
parent bac889cf64
commit b05a0ff729

View File

@ -6,11 +6,11 @@ steps:
- name: build
image: python:3.9
commands:
- apt-get update && apt-get install -y --no-install-recommends patchelf
- python -m venv venv
- chmod +x venv/bin/activate
- ./venv/bin/activate
- pip install -r requirements.txt
- apt install patchelf
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
- name: push-artifacts