From 1eae1a4e899187005cc52304c54cc105f02f045f Mon Sep 17 00:00:00 2001 From: XXTXTOP <“xxtxtop@gmail.com”> Date: Fri, 16 Jun 2023 22:32:32 +0800 Subject: [PATCH] 6.3.8 --- build_action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_action.sh b/build_action.sh index 1dcc67b..404271e 100644 --- a/build_action.sh +++ b/build_action.sh @@ -14,7 +14,7 @@ sudo apt build-dep -y linux cd "${GITHUB_WORKSPACE}" || exit # download kernel source -wget http://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.5.tar.gz +wget http://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.8.tar.gz tar -xf linux-"$VERSION".tar.gz cd linux-"$VERSION" || exit