Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/build-overlay-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ jobs:
# install dependencies
DEBIAN_FRONTEND=noninteractive \
apt -y install --no-install-recommends \
python3 devscripts patch python3-yaml debian-keyring
debian-keyring \
devscripts \
git \
patch \
python3 \
python3-yaml
# create output dir
mkdir -v upload
chmod a+rw upload
Expand Down
Loading