mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
try to sparse-checkout
This commit is contained in:
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
@@ -54,10 +54,12 @@ jobs:
|
||||
# Hence keeping target/ (and general cache size) smaller
|
||||
BUILD_TYPE: release
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout with ${{ matrix.postgres-version }} Submodule
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
sparse-checkout: |
|
||||
vendor/${{ matrix.postgres-version }}
|
||||
|
||||
- name: Build ${{ matrix.postgres-version }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user