Skip to content

Commit a37d3a3

Browse files
committed
Update ci_new.yml
1 parent 5b51d17 commit a37d3a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci_new.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ jobs:
253253
fetch-depth: 0
254254
submodules: true
255255

256+
- name: Mark repo as safe for git
257+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
258+
256259
- name: Ensure submodules are fully initialized (recursive)
257260
run: git submodule update --init --recursive
258261

0 commit comments

Comments
 (0)