Skip to content

Commit 6b8252d

Browse files
committed
ci: fix repository safe directory
1 parent c70028e commit 6b8252d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363

6464
- name: Checkout submodules
6565
run: |
66+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
6667
git config --global --add safe.directory "$GITHUB_WORKSPACE/third-party/googletest"
6768
git config --global --add safe.directory "$GITHUB_WORKSPACE/third-party/json"
6869
git submodule sync --recursive

0 commit comments

Comments
 (0)