mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 01:20:38 +00:00
checkout repo for build
This commit is contained in:
5
.github/workflows/build-macos.yml
vendored
5
.github/workflows/build-macos.yml
vendored
@@ -54,6 +54,11 @@ jobs:
|
||||
# Hence keeping target/ (and general cache size) smaller
|
||||
BUILD_TYPE: release
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: false
|
||||
|
||||
- name: Checkout with postgres-${{ matrix.postgres-version }} Submodule
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user