We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fbd3a commit bce3873Copy full SHA for bce3873
.github/workflows/net-snmp.yml
@@ -44,10 +44,11 @@ jobs:
44
steps:
45
- name: Set up environment
46
run: |
47
+ export DEBIAN_FRONTEND=noninteractive
48
apt-get update
49
apt-get install -y git sudo build-essential autoconf automake \
50
libtool pkg-config libjansson-dev check ca-certificates dpkg-dev \
- net-tools
51
+ net-tools libperl-dev
52
53
- name: Checkout wolfProvider
54
uses: actions/checkout@v4
@@ -70,11 +71,6 @@ jobs:
70
71
72
$GITHUB_WORKSPACE/.github/scripts/install-packages.sh
73
- - name: Install dependencies
74
- run: |
75
- sudo apt-get update
76
- sudo apt-get install -y libperl-dev
77
-
78
- name: Build net-snmp with wolfProvider
79
uses: wolfSSL/actions-build-autotools-project@v1
80
with:
0 commit comments