Skip to content

Commit c086f30

Browse files
authored
Add base-files package
1 parent 3f92706 commit c086f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
${DOCKER_IMAGE} \
106106
/bin/bash -c 'cd /repo && \
107107
apt-get update && \
108-
apt-get install -y lsb-release && \
108+
apt-get install -y lsb-release base-files && \
109109
mkdir /tmp/artifacts && \
110110
./build.sh && mkdir /repo/debs && \
111111
cp -r /tmp/artifacts/* /repo/debs'

0 commit comments

Comments
 (0)