try to sparse-checkout

This commit is contained in:
Fedor Dikarev
2024-10-15 00:15:06 +02:00
parent 44c1f52e24
commit 350ae9a9fe

View File

@@ -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: |