From b05a0ff72986016dce2c4de34efed46937976095 Mon Sep 17 00:00:00 2001 From: Pedro Jose Romero Gombau Date: Mon, 27 Jan 2025 16:44:30 +0100 Subject: [PATCH] CICD Fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 94774c0..61adb03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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