mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
run git submodule command
This commit is contained in:
7
.github/workflows/build-macos.yml
vendored
7
.github/workflows/build-macos.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user