diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 911b1e1..5f0e70f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,11 +14,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - + - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@master - with: - submodules: recursive + run: git submodule update --init --recursive - name: Install dependencies run: |