diff options
author | Ray Lu <songyulu@hdfgroup.org> | 2022-01-28 00:46:05 (GMT) |
---|---|---|
committer | Ray Lu <songyulu@hdfgroup.org> | 2022-01-28 00:46:05 (GMT) |
commit | 7e36d2b065e05f1fe84a5879a6c21c773161c3fa (patch) | |
tree | d3ffe49160f411afcfcaeb710aa81e9c6257ebba /.github/workflows | |
parent | 826dd3848d8b8c240b7f820ddbbc4cf52c6e19bf (diff) | |
download | hdf5-7e36d2b065e05f1fe84a5879a6c21c773161c3fa.zip hdf5-7e36d2b065e05f1fe84a5879a6c21c773161c3fa.tar.gz hdf5-7e36d2b065e05f1fe84a5879a6c21c773161c3fa.tar.bz2 |
Enable submodule checkout for vfd_swmr.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr-check.yml | 2 |
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' |