ci: Fix alpine setup

linux-edge-dev is failing in alpine:

	ERROR: unable to select packages:
	  linux-edge-dev (no such package):
	    required by: world[linux-edge-dev]
	Error: Process completed with exit code 1.

Use linux-stable instead.

Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
This commit is contained in:
Lucas De Marchi 2026-01-16 00:34:54 -06:00
parent a403590f6e
commit 1fd751b172

View File

@ -12,7 +12,7 @@ apk add \
clang \
git \
gtk-doc \
linux-edge-dev \
linux-stable-dev \
meson \
openssl-dev \
scdoc \