There was an error while loading. Please reload this page.
1 parent c70028e commit 6b8252dCopy full SHA for 6b8252d
1 file changed
.github/workflows/unit_tests_common.yml
@@ -63,6 +63,7 @@ jobs:
63
64
- name: Checkout submodules
65
run: |
66
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
67
git config --global --add safe.directory "$GITHUB_WORKSPACE/third-party/googletest"
68
git config --global --add safe.directory "$GITHUB_WORKSPACE/third-party/json"
69
git submodule sync --recursive
0 commit comments