Skip to content

Commit 0be8de6

Browse files
committed
fix live build build dep
1 parent c14ea1e commit 0be8de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mkdir live-build && cd live-build
4747
git clone https://salsa.debian.org/live-team/live-build.git -b master --depth=1
4848
cd live-build
49-
sudo apt -y install debhelper po4a gettext
49+
sudo apt -y install debhelper po4a gettext devscripts build-essential
5050
patch -p1 < ../../0001-binary_linux-image-install-dtbs.patch
5151
patch -p1 < ../../grub-dtb.patch
5252
dpkg-buildpackage -us -uc

0 commit comments

Comments
 (0)