checkout only required submodule

This commit is contained in:
Fedor Dikarev
2024-11-20 14:41:57 +01:00
parent c4ddac3fcc
commit 8c9bf3e8d4

View File

@@ -54,9 +54,13 @@ jobs:
# Hence keeping target/ (and general cache size) smaller
BUILD_TYPE: release
steps:
- name: Checkout
- name: Checkout main repo
uses: actions/checkout@v4
- name: Checkout submodule vendor/postgres-${{ matrix.postgres-version }}
uses: actions/checkout@v4
with:
filter: vendor/postgres-${{ matrix.postgres-version }}
submodules: true
- name: Install build dependencies