Update compile_test.yml

This commit is contained in:
Orlando Chamberlain
2023-02-19 15:22:38 +11:00
committed by Aditya Garg
parent 6c09c8e932
commit d4c446fb14
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
_RC=$(echo $KVER | tr -d 1234567890.)
if [ -n "$_RC" ]; then
KSRC_URL=https://git.kernel.org/torvalds/t/linux-${KVER}.tar.gz
KSRC_URL=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-${KVER}.tar.gz
curl $KSRC_URL | tar -xz
else
KSRC_URL=https://cdn.kernel.org/pub/linux/kernel/v${KVER//.*}.x/linux-${KVER}.tar.xz