From 1bf885796260d026bbc1e5573eaaae49af902f31 Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Wed, 20 Nov 2024 15:05:05 +0100 Subject: [PATCH] run git submodule command --- .github/workflows/build-macos.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3e1ddf7628..450ecc4277 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -58,11 +58,8 @@ jobs: uses: actions/checkout@v4 - name: Checkout submodule vendor/postgres-${{ matrix.postgres-version }} - uses: actions/checkout@v4 - with: - sparse-checkout: | - vendor/postgres-${{ matrix.postgres-version }} - submodules: true + run: | + git submodule update --init vendor/postgres-${{ matrix.postgres-version }} - name: Install build dependencies run: |