Skip to content

Commit b4acfa1

Browse files
committed
gawk
1 parent cace001 commit b4acfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github/Runners/bootstrap/debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set -x
3030
chown -R _apt:root /var/cache/apt/archives/partial/
3131
dpkg-statoverride --remove /usr/bin/crontab
3232
DEBIAN_FRONTEND="noninteractive" apt update -y
33-
DEBIAN_FRONTEND="noninteractive" apt install bash binutils coreutils curl fakeroot git locales sudo wget -y --no-install-recommends --ignore-missing
33+
DEBIAN_FRONTEND="noninteractive" apt install bash binutils coreutils curl fakeroot gawk git locales sudo wget -y --no-install-recommends --ignore-missing
3434
locale-gen "en_US.UTF-8"
3535
echo "debconf debconf/frontend select Noninteractive" | debconf-set-selections
3636
apt purge locales perl -y ; apt autoremove -y ; apt autoclean -y

0 commit comments

Comments
 (0)