diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04a2257..cd34721 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,9 @@ jobs: steps: - name: Checkout current repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + submodules: true - name: Install dependencies run: |