ci: Make sure itstool is available on Ubuntu as well

All other CI images already seed it explicitly.
This commit is contained in:
Matthias Klumpp 2021-12-18 03:53:31 +01:00
parent efd7c7f228
commit e60d358e04
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pkgs=(
libboost-python-dev libboost-regex-dev
libblocksruntime-dev
libperl-dev libscalapack-mpi-dev libncurses-dev
itstool
)
boost_pkgs=(atomic chrono date-time filesystem log regex serialization system test thread)

View File

@ -25,6 +25,7 @@ pkgs=(
libperl-dev
liblapack-dev libscalapack-mpi-dev
bindgen
itstool
)
sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list"