]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: install curl in Ubuntu container
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 11 May 2025 18:34:52 +0000 (19:34 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 17 May 2025 20:14:43 +0000 (15:14 -0500)
With codecov v5, the script/action requires curl (and maybe more)
although the documentation wasn't updated. Furthermore, the missing
program will be reported in the logs, while the action will report
overall success :facepalm:

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/347
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/actions/setup-os/setup-ubuntu.sh

index 8adfb6acedc886f81ebc4cac7fb2fdb6fe65c150..fc1ba89d0f2aed80bb339d2377e34edddc2e4d55 100755 (executable)
@@ -9,6 +9,7 @@ export TZ=Etc/UTC
 apt-get update
 apt-get install --yes \
     build-essential \
+    curl \
     clang \
     gcc-multilib \
     gcovr \