Skip to content

Commit 7843266

Browse files
author
zihugithub
committed
Set safe directory
1 parent 6a6a947 commit 7843266

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_image_cuda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ jobs:
124124
inference_tag: ${{ steps.export.outputs.inference_tag }}
125125
all_tag: ${{ steps.export.outputs.all_tag }}
126126
steps:
127+
- name: Set safe directory
128+
run: |
129+
git config --global --add safe.directory .
130+
127131
- name: Checkout code
128132
uses: actions/checkout@v4
129133

0 commit comments

Comments
 (0)