From f58a51f928979519271f00c2d0535497467186d3 Mon Sep 17 00:00:00 2001 From: debuggerx01 Date: Sat, 7 Jan 2023 01:22:46 +0800 Subject: [PATCH] Update build_action.sh --- build_action.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_action.sh b/build_action.sh index c03e433..42f8f89 100644 --- a/build_action.sh +++ b/build_action.sh @@ -15,6 +15,7 @@ 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