github/workflows: add cargo for all Ubuntu jobs

pull/7534/head
Victor Julien 3 years ago
parent 3617be326c
commit 7ced8de6c4

@ -575,6 +575,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
gcc-9 \ gcc-9 \
git \ git \
jq \ jq \
@ -654,6 +655,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
gcc-9 \ gcc-9 \
git \ git \
jq \ jq \
@ -730,6 +732,7 @@ jobs:
autoconf \ autoconf \
automake \ automake \
llvm-10 \ llvm-10 \
cargo \
clang-10 \ clang-10 \
git \ git \
jq \ jq \
@ -808,6 +811,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
git \ git \
jq \ jq \
libtool \ libtool \
@ -949,6 +953,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
git \ git \
jq \ jq \
libtool \ libtool \
@ -1020,6 +1025,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
git \ git \
jq \ jq \
libtool \ libtool \
@ -1114,6 +1120,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
git \ git \
libtool \ libtool \
libpcap-dev \ libpcap-dev \

@ -28,6 +28,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
curl \ curl \
git \ git \
jq \ jq \

@ -38,6 +38,7 @@ jobs:
build-essential \ build-essential \
autoconf \ autoconf \
automake \ automake \
cargo \
git \ git \
libtool \ libtool \
libpcap-dev \ libpcap-dev \

Loading…
Cancel
Save