mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
submodule update --depth 1
This commit is contained in:
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
@@ -59,7 +59,8 @@ jobs:
|
||||
|
||||
- name: Checkout submodule vendor/postgres-${{ matrix.postgres-version }}
|
||||
run: |
|
||||
git submodule update --init vendor/postgres-${{ matrix.postgres-version }}
|
||||
git submodule init vendor/postgres-${{ matrix.postgres-version }}
|
||||
git submodule update --depth 1
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user