mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
use sparse checkout
This commit is contained in:
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
@@ -60,7 +60,8 @@ jobs:
|
||||
- name: Checkout submodule vendor/postgres-${{ matrix.postgres-version }}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
filter: vendor/postgres-${{ matrix.postgres-version }}
|
||||
sparse-checkout: |
|
||||
vendor/postgres-${{ matrix.postgres-version }}
|
||||
submodules: true
|
||||
|
||||
- name: Install build dependencies
|
||||
|
||||
Reference in New Issue
Block a user