We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d5954 commit 256811aCopy full SHA for 256811a
.github/workflows/pip-build.yml
@@ -83,7 +83,10 @@ jobs:
83
# have to checkout selective submodules by our own
84
# related issue: https://github.com/actions/checkout/issues/1779
85
export HOME=${RUNNER_TEMP}
86
+ echo ${GITHUB_WORKSPACE}
87
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
90
git submodule update --init --depth 1 thirdparty/imgui thirdparty/parallel-hashmap
91
92
- name: Python setup
0 commit comments