Skip to content

Commit e0d6e6b

Browse files
committed
ci: debos: Fix trailing plus in kernel name
APT interprets trailing plus signs specially, so use two plus signs to request installation of our kernel package name ending with a plus sign. Signed-off-by: Loïc Minier <[email protected]>
1 parent 04aed4c commit e0d6e6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/debos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ on:
1414
kernelpackage:
1515
description: Name of kernel package to use
1616
type: string
17-
default: linux-image-6.16.1-qcom1+
17+
# the package name will be passed to APT which interprets the trailing
18+
# plus sign in the package name as a request to install the package, so
19+
# use two plus signs
20+
default: linux-image-6.16.1-qcom1++
1821

1922
outputs:
2023
artifacts_url:

0 commit comments

Comments
 (0)