Skip to content

Commit da44ec6

Browse files
Update build-rockchip-driver-debs.yml
1 parent 636f583 commit da44ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-rockchip-driver-debs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
curl -1sLf "https://dl.cloudsmith.io/public/openhd/dev-release/setup.deb.sh" | bash || true
221221
apt_update_tolerant
222222
if [[ -n "${KERNEL_PACKAGES}" ]]; then
223-
apt-get install -y --no-install-recommends ${KERNEL_PACKAGES}
223+
apt-get install -y --allow-downgrades --no-install-recommends ${KERNEL_PACKAGES}
224224
fi
225225
226226
ensure_headers() {

0 commit comments

Comments
 (0)