Skip to content

Commit 3bc490c

Browse files
authored
Merge pull request #4018 from grandixximo/ci/2.9-install-adduser
ci: install adduser explicitly in package-arch test step
2 parents 8b58344 + 675b62c commit 3bc490c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
set -e
167167
set -x
168168
eatmydata apt-get --yes --quiet -o Acquire::Retries=5 install ../*.deb
169-
eatmydata apt-get --yes --quiet -o Acquire::Retries=5 install sudo # some tests run sudo...
169+
eatmydata apt-get --yes --quiet -o Acquire::Retries=5 install sudo adduser # some tests run sudo; adduser no longer pulled implicitly on sid
170170
eatmydata adduser --disabled-password --gecos "" testrunner
171171
eatmydata passwd -d testrunner
172172
eatmydata adduser testrunner sudo

0 commit comments

Comments
 (0)