submodule update --depth 1

This commit is contained in:
Fedor Dikarev
2024-11-20 15:12:03 +01:00
parent 1bf8857962
commit 441e769d67

View File

@@ -59,7 +59,8 @@ jobs:
- name: Checkout submodule vendor/postgres-${{ matrix.postgres-version }}
run: |
git submodule update --init vendor/postgres-${{ matrix.postgres-version }}
git submodule init vendor/postgres-${{ matrix.postgres-version }}
git submodule update --depth 1
- name: Install build dependencies
run: |