From 3d92071d0a263d40b7c0cb69531081bc00e149e1 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:56:30 +0000 Subject: [PATCH] fix upgrade --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dc7643b..930938b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { python3 -m venv /tmp/venv . /tmp/venv/bin/activate apt update - apt upgrade + apt upgrade -y apt install -y cmake flex python3 python3-pip python3-venv pip install --upgrade pip pip install conan