diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a3a3c75b..4a8026cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - with: + with: submodules: true - name: make run: | @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v1 - with: + with: submodules: true - name: make run: |