mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
checkout only required submodule
This commit is contained in:
6
.github/workflows/build-macos.yml
vendored
6
.github/workflows/build-macos.yml
vendored
@@ -54,9 +54,13 @@ jobs:
|
||||
# Hence keeping target/ (and general cache size) smaller
|
||||
BUILD_TYPE: release
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout main repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout submodule vendor/postgres-${{ matrix.postgres-version }}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
filter: vendor/postgres-${{ matrix.postgres-version }}
|
||||
submodules: true
|
||||
|
||||
- name: Install build dependencies
|
||||
|
||||
Reference in New Issue
Block a user