diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3c78a3c600..90830b1f80 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -54,10 +54,12 @@ jobs: # Hence keeping target/ (and general cache size) smaller BUILD_TYPE: release steps: - - name: Checkout + - name: Checkout with ${{ matrix.postgres-version }} Submodule uses: actions/checkout@v4 with: submodules: true + sparse-checkout: | + vendor/${{ matrix.postgres-version }} - name: Build ${{ matrix.postgres-version }} run: |