diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9aea337..a289590 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,9 @@ jobs: steps: - uses: actions/checkout@v4 - with: - submodules: recursive + + - name: Fetch Submodules + run: git submodule update --init --recursive - name: Install cross-compilation tools run: |