diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 912ae60..4a6e55f 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -56,6 +56,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: true - name: Install build dependencies (Linux i386) if: runner.os == 'Linux' && matrix.target.cpu == 'i386'