From 22963c7531f07259c8c9d36d49c5488226bc5c0f Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Fri, 15 Nov 2024 11:27:00 +0100 Subject: [PATCH] checkout repo for build --- .github/workflows/build-macos.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index eec5f52eca..75347dd27b 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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: