From: Emil Velikov Date: Mon, 11 Nov 2024 17:02:39 +0000 (+0000) Subject: ci: add coreutils to Alpine X-Git-Tag: v34~121 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae16a0277b7d6193e28d025ce369e223fda88e71;p=thirdparty%2Fkmod.git ci: add coreutils to Alpine The buxybox version of ln supports only the short options and does not support -r/--relative. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/231 Signed-off-by: Lucas De Marchi --- diff --git a/.github/actions/setup-alpine/action.yml b/.github/actions/setup-alpine/action.yml index 4796b0e0..636795bc 100644 --- a/.github/actions/setup-alpine/action.yml +++ b/.github/actions/setup-alpine/action.yml @@ -17,6 +17,7 @@ runs: automake \ bash \ build-base \ + coreutils \ clang \ git \ gtk-doc \