Skip to content

Commit bce3873

Browse files
committed
Add net-tools for net-snmp 2
1 parent b7fbd3a commit bce3873

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/net-snmp.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ jobs:
4444
steps:
4545
- name: Set up environment
4646
run: |
47+
export DEBIAN_FRONTEND=noninteractive
4748
apt-get update
4849
apt-get install -y git sudo build-essential autoconf automake \
4950
libtool pkg-config libjansson-dev check ca-certificates dpkg-dev \
50-
net-tools
51+
net-tools libperl-dev
5152
5253
- name: Checkout wolfProvider
5354
uses: actions/checkout@v4
@@ -70,11 +71,6 @@ jobs:
7071
run: |
7172
$GITHUB_WORKSPACE/.github/scripts/install-packages.sh
7273
73-
- name: Install dependencies
74-
run: |
75-
sudo apt-get update
76-
sudo apt-get install -y libperl-dev
77-
7874
- name: Build net-snmp with wolfProvider
7975
uses: wolfSSL/actions-build-autotools-project@v1
8076
with:

0 commit comments

Comments
 (0)