checkout repo for build

This commit is contained in:
Fedor Dikarev
2024-11-15 11:27:00 +01:00
parent fb05a2e549
commit 22963c7531

View File

@@ -54,6 +54,11 @@ jobs:
# Hence keeping target/ (and general cache size) smaller
BUILD_TYPE: release
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: false
- name: Checkout with postgres-${{ matrix.postgres-version }} Submodule
uses: actions/checkout@v4
with: