Skip to content

Commit 3f38d95

Browse files
authored
Update devel.yml
1 parent 97e5885 commit 3f38d95

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
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
rm -rf /var/lib/apt/lists/*
4141
sed -i 's/jammy/noble/g' /etc/apt/sources.list
42-
apt-get update && apt-get install --reinstall sudo debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev -y
42+
apt-get update && apt-get install --reinstall sudo debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev curl -y
4343
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/noble
4444
dpkg -i debs/live-build_*_all.deb
4545
mv /usr/share/debootstrap/functions functions

0 commit comments

Comments
 (0)