From 357c8745a44d4b7100a2cd0d82e22911fdb414df Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:55:40 +0000 Subject: [PATCH] fix dependancies --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b6235e..dc7643b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,9 @@ pipeline { sh ''' python3 -m venv /tmp/venv . /tmp/venv/bin/activate - git + apt update + apt upgrade + apt install -y cmake flex python3 python3-pip python3-venv pip install --upgrade pip pip install conan '''