Skip to content

Commit

Permalink
github/workflows: add cargo for all Ubuntu jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Jun 13, 2022
1 parent 3617be3 commit 7ced8de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
gcc-9 \
git \
jq \
Expand Down Expand Up @@ -654,6 +655,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
gcc-9 \
git \
jq \
Expand Down Expand Up @@ -730,6 +732,7 @@ jobs:
autoconf \
automake \
llvm-10 \
cargo \
clang-10 \
git \
jq \
Expand Down Expand Up @@ -808,6 +811,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
jq \
libtool \
Expand Down Expand Up @@ -949,6 +953,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
jq \
libtool \
Expand Down Expand Up @@ -1020,6 +1025,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
jq \
libtool \
Expand Down Expand Up @@ -1114,6 +1120,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
libtool \
libpcap-dev \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
curl \
git \
jq \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
libtool \
libpcap-dev \
Expand Down

0 comments on commit 7ced8de

Please sign in to comment.