From 78ec308f48fcfb751543b301638cd135b86d6403 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Wed, 23 Mar 2022 18:11:34 +0100 Subject: [PATCH] init submodule before fetch --- .github/workflows/cron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 834a10c..ff1ea79 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -26,6 +26,7 @@ jobs: - name: Fetch latest kernel if: steps.check.outputs.sha != '' run: | + git submodule update --init --depth=1 linux-sources echo "sha ${{steps.check.outputs.sha}}" cd linux-sources echo "fetch"