From 7e36d2b065e05f1fe84a5879a6c21c773161c3fa Mon Sep 17 00:00:00 2001 From: Ray Lu Date: Thu, 27 Jan 2022 18:46:05 -0600 Subject: Enable submodule checkout for vfd_swmr. --- .github/workflows/pr-check.yml | 2 ++ 1 file changed, 2 insertions(+) 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' -- cgit v0.12