We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b58344 + 675b62c commit 3bc490cCopy full SHA for 3bc490c
1 file changed
.github/workflows/ci.yml
@@ -166,7 +166,7 @@ jobs:
166
set -e
167
set -x
168
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...
+ eatmydata apt-get --yes --quiet -o Acquire::Retries=5 install sudo adduser # some tests run sudo; adduser no longer pulled implicitly on sid
170
eatmydata adduser --disabled-password --gecos "" testrunner
171
eatmydata passwd -d testrunner
172
eatmydata adduser testrunner sudo
0 commit comments