ci: Make sure itstool is available on Ubuntu as well
All other CI images already seed it explicitly.
This commit is contained in:
parent
efd7c7f228
commit
e60d358e04
|
@ -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)
|
||||
|
|
|
@ -25,6 +25,7 @@ pkgs=(
|
|||
libperl-dev
|
||||
liblapack-dev libscalapack-mpi-dev
|
||||
bindgen
|
||||
itstool
|
||||
)
|
||||
|
||||
sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list"
|
||||
|
|
Loading…
Reference in New Issue