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: