File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments