fix upgrade

This commit is contained in:
William Bell
2025-11-30 05:56:30 +00:00
parent 357c8745a4
commit 3d92071d0a

2
Jenkinsfile vendored
View File

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