Skip to content

Commit f35db9e

Browse files
committed
more
1 parent 66b393e commit f35db9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
- uses: actions/checkout@v4
144144
with:
145145
fetch-depth: 0
146+
- name: Configure Git safe.directory
147+
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
146148
- name: Build v14.0.0 artifact for PG18
147149
run: |
148150
git worktree add /tmp/citus-v14.0.0 v14.0.0

0 commit comments

Comments
 (0)