github: checkout submodule

This commit is contained in:
oliverpool 2022-03-23 17:49:09 +01:00
parent 6139843db5
commit 167b05aee3

View file

@ -29,8 +29,8 @@ jobs:
echo "checkout ${{steps.check.outputs.sha}}"
cd linux-sources
git fetch --depth=1 origin ${{steps.check.outputs.sha}}
git checkout ${{steps.check.outputs.sha}}
cd ..
git submodule update
git diff --no-ext-diff
# - name: Commit the new kernel