Skip to content

Commit 256811a

Browse files
committed
update safe directories once more
1 parent b0d5954 commit 256811a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pip-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ jobs:
8383
# have to checkout selective submodules by our own
8484
# related issue: https://github.com/actions/checkout/issues/1779
8585
export HOME=${RUNNER_TEMP}
86+
echo ${GITHUB_WORKSPACE}
8687
git config --global --add safe.directory ${GITHUB_WORKSPACE}
88+
git config --global --add safe.directory ${GITHUB_WORKSPACE}/thirdparty/imgui
89+
git config --global --add safe.directory ${GITHUB_WORKSPACE}/thirdparty/parallel-hashmap
8790
git submodule update --init --depth 1 thirdparty/imgui thirdparty/parallel-hashmap
8891
8992
- name: Python setup

0 commit comments

Comments
 (0)