We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e973ba commit 33a7646Copy full SHA for 33a7646
.github/workflows/bind9.yml
@@ -40,6 +40,11 @@ jobs:
40
openssl_ref: [ 'openssl-3.5.0' ]
41
force_fail: ['WOLFPROV_FORCE_FAIL=1', '']
42
steps:
43
+ - name: Install sudo
44
+ run: |
45
+ apt-get update
46
+ apt-get install -y sudo
47
+
48
- name: Checkout wolfProvider
49
uses: actions/checkout@v4
50
with:
.github/workflows/build-wolfprovider.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
apt-get update
32
apt-get install -y curl jq build-essential autoconf automake libtool \
33
- pkg-config gcc make ca-certificates git
+ pkg-config gcc make ca-certificates git sudo
34
35
36
0 commit comments