fix upgrade
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -14,7 +14,7 @@ pipeline {
|
|||||||
python3 -m venv /tmp/venv
|
python3 -m venv /tmp/venv
|
||||||
. /tmp/venv/bin/activate
|
. /tmp/venv/bin/activate
|
||||||
apt update
|
apt update
|
||||||
apt upgrade
|
apt upgrade -y
|
||||||
apt install -y cmake flex python3 python3-pip python3-venv
|
apt install -y cmake flex python3 python3-pip python3-venv
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install conan
|
pip install conan
|
||||||
|
|||||||
Reference in New Issue
Block a user