1
0
Fork 0
mirror of synced 2024-05-09 07:12:34 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.