Skip to content

Commit 42d958d

Browse files
committed
Add dependecies and setup
1 parent b0f41cb commit 42d958d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/bind9.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
sudo apt install -y build-essential automake libtool gnutls-bin \
7777
pkg-config make libidn2-dev libuv1-dev libnghttp2-dev libcap-dev \
7878
libjemalloc-dev zlib1g-dev libxml2-dev libjson-c-dev libcmocka-dev \
79-
python3-pytest python3-dnspython python3-hypothesis
79+
python3-pytest python3-dnspython python3-hypothesis iproute2 \
80+
net-tools iputils-ping
8081
sudo PERL_MM_USE_DEFAULT=1 cpan -i Net::DNS
8182
8283
- name: Checkout bind9

.github/workflows/curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
export DEBIAN_FRONTEND=noninteractive
7474
sudo apt-get update
75-
sudo apt-get install nghttp2 libpsl5 libpsl-dev python3-impacket
75+
sudo apt-get install -y nghttp2 libpsl5 libpsl-dev python3-impacket
7676
7777
- name: Build curl
7878
uses: wolfSSL/actions-build-autotools-project@v1

.github/workflows/grpc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: |
5353
apt-get update
5454
apt-get install -y git sudo build-essential autoconf automake \
55-
libtool pkg-config libjansson-dev check ca-certificates dpkg-dev
55+
libtool pkg-config libjansson-dev check ca-certificates dpkg-dev \
56+
iproute2 net-tools iputils-ping
5657
5758
- name: Checkout wolfProvider
5859
uses: actions/checkout@v4
@@ -73,7 +74,7 @@ jobs:
7374

7475
- name: Install wolfSSL/OpenSSL/wolfprov packages
7576
run: |
76-
$GITHUB_WORKSPACE/.github/scripts/install-packages.sh
77+
$GITHUB_WORKSPACE/.github/scripts/install-packages.sh
7778
7879
- name: Confirm IPv4 and IPv6 support
7980
run: |

0 commit comments

Comments
 (0)