Skip to content

Commit

Permalink
update safe directories once more
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantim committed Oct 15, 2024
1 parent b0d5954 commit 256811a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ jobs:
# have to checkout selective submodules by our own
# related issue: https://github.com/actions/checkout/issues/1779
export HOME=${RUNNER_TEMP}
echo ${GITHUB_WORKSPACE}
git config --global --add safe.directory ${GITHUB_WORKSPACE}
git config --global --add safe.directory ${GITHUB_WORKSPACE}/thirdparty/imgui
git config --global --add safe.directory ${GITHUB_WORKSPACE}/thirdparty/parallel-hashmap
git submodule update --init --depth 1 thirdparty/imgui thirdparty/parallel-hashmap
- name: Python setup
Expand Down

0 comments on commit 256811a

Please sign in to comment.