Skip to content

Commit a385bbc

Browse files
authored
install sudo
1 parent f45a082 commit a385bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
rm -rf /var/lib/apt/lists/*
5252
sed -i 's/jammy/noble/g' /etc/apt/sources.list
53-
apt-get update && apt-get install --reinstall debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev -y
53+
apt-get update && apt-get install --reinstall sudo debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev -y
5454
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/noble
5555
dpkg -i debs/live-build_*_all.deb
5656
mv /usr/share/debootstrap/functions functions

0 commit comments

Comments
 (0)