diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index fe6c3132..a262384d 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -30,6 +30,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.6 with: + submodules: true fetch-depth: 10 - name: Dependencies @@ -103,6 +104,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.6 with: + submodules: true fetch-depth: 10 - name: Dependencies