summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr-check.yml')
-rw-r--r--.github/workflows/pr-check.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 33608b5..62fd0d8 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -174,6 +174,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Get Sources
uses: actions/checkout@v2
+ with:
+ submodules: 'true'
- name: Autotools Configure
if: matrix.generator == 'autogen'