fix dependancies

This commit is contained in:
William Bell
2025-11-30 05:55:40 +00:00
parent 4101144e26
commit 357c8745a4

4
Jenkinsfile vendored
View File

@@ -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
'''