mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-25 07:28:31 +00:00
run git submodule command
This commit is contained in:
@@ -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