Skip to content

Commit 33a7646

Browse files
committed
Add sudo
1 parent 4e973ba commit 33a7646

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/bind9.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
openssl_ref: [ 'openssl-3.5.0' ]
4141
force_fail: ['WOLFPROV_FORCE_FAIL=1', '']
4242
steps:
43+
- name: Install sudo
44+
run: |
45+
apt-get update
46+
apt-get install -y sudo
47+
4348
- name: Checkout wolfProvider
4449
uses: actions/checkout@v4
4550
with:

.github/workflows/build-wolfprovider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
apt-get update
3232
apt-get install -y curl jq build-essential autoconf automake libtool \
33-
pkg-config gcc make ca-certificates git
33+
pkg-config gcc make ca-certificates git sudo
3434
3535
- name: Checkout wolfProvider
3636
uses: actions/checkout@v4

0 commit comments

Comments
 (0)