We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14ea1e commit 0be8de6Copy full SHA for 0be8de6
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
mkdir live-build && cd live-build
47
git clone https://salsa.debian.org/live-team/live-build.git -b master --depth=1
48
cd live-build
49
- sudo apt -y install debhelper po4a gettext
+ sudo apt -y install debhelper po4a gettext devscripts build-essential
50
patch -p1 < ../../0001-binary_linux-image-install-dtbs.patch
51
patch -p1 < ../../grub-dtb.patch
52
dpkg-buildpackage -us -uc
0 commit comments