Skip to content

Commit

Permalink
github/workflows: add cargo for all Ubuntu jobs
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ced8de)
  • Loading branch information
victorjulien committed Jun 13, 2022
1 parent e9b88f6 commit b588c86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
jq \
libtool \
Expand Down Expand Up @@ -537,6 +538,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
jq \
libtool \
Expand Down Expand Up @@ -664,6 +666,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
jq \
libtool \
Expand Down Expand Up @@ -736,6 +739,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
jq \
libtool \
Expand Down Expand Up @@ -833,6 +837,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 @@ -30,6 +30,7 @@ jobs:
autoconf \
automake \
ccache \
cargo \
git \
jq \
libtool \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
build-essential \
autoconf \
automake \
cargo \
git \
libtool \
libpcap-dev \
Expand Down

0 comments on commit b588c86

Please sign in to comment.