ci: fetch submodules

This commit is contained in:
Torsten Dittmann
2022-11-16 00:37:13 +01:00
committed by GitHub
parent 3b6035b585
commit deefff537d
+2
View File
@@ -13,6 +13,8 @@ jobs:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Fetch submodules
submodules: recursive
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.