Commit 1f1b65e4 authored by mattip's avatar mattip
Browse files

always do 'apt update' so 'apt get' will succeed

parent 4d54226e
......@@ -54,6 +54,7 @@ else
yum install -y libtool
fi
elif [[ $MB_ML_VER == "_2_24" ]]; then
apt update
if [ "${MB_PYTHON_VERSION:0:4}" == "pypy" ]; then
apt install -y wget
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment