From a1726f422d13e9bf1de6171e1962574d5319ad55 Mon Sep 17 00:00:00 2001 From: debuggerx01 Date: Sat, 7 Jan 2023 01:25:32 +0800 Subject: [PATCH] Update build_action.sh --- build_action.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_action.sh b/build_action.sh index 42f8f89..89f69d8 100644 --- a/build_action.sh +++ b/build_action.sh @@ -7,7 +7,7 @@ sed -i "/deb-src/s/# //g" /etc/apt/sources.list # install dep apt update -apt install -y wget +apt install -y wget zx-utils apt build-dep -y linux # change dir to workplace @@ -15,7 +15,6 @@ cd "${GITHUB_WORKSPACE}" || exit # download kernel source wget http://www.kernel.org/pub/linux/kernel/v5.x/linux-"$VERSION".tar.xz -ls tar -xf linux-"$VERSION".tar.xz cd linux-"$VERSION" || exit