summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Lu <songyulu@hdfgroup.org>2022-01-28 00:46:05 (GMT)
committerRay Lu <songyulu@hdfgroup.org>2022-01-28 00:46:05 (GMT)
commit7e36d2b065e05f1fe84a5879a6c21c773161c3fa (patch)
treed3ffe49160f411afcfcaeb710aa81e9c6257ebba
parent826dd3848d8b8c240b7f820ddbbc4cf52c6e19bf (diff)
downloadhdf5-7e36d2b065e05f1fe84a5879a6c21c773161c3fa.zip
hdf5-7e36d2b065e05f1fe84a5879a6c21c773161c3fa.tar.gz
hdf5-7e36d2b065e05f1fe84a5879a6c21c773161c3fa.tar.bz2
Enable submodule checkout for vfd_swmr.
-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'