You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update compile_test.yml
This commit is contained in:
committed by
Aditya Garg
parent
6c09c8e932
commit
d4c446fb14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user