File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9191 # have to checkout selective submodules by our own
9292 # related issue: https://github.com/actions/checkout/issues/1779
9393 export HOME=${RUNNER_TEMP}
94- git config --global --add safe.directory ${GITHUB_WORKSPACE}
94+ git config --global --add safe.directory '*'
9595 git submodule update --init --depth 1 thirdparty/imgui thirdparty/parallel-hashmap
9696
9797 - name : Install thirdparty libs
Original file line number Diff line number Diff line change 6868 # have to checkout selective submodules by our own
6969 # related issue: https://github.com/actions/checkout/issues/1779
7070 export HOME=${RUNNER_TEMP}
71- git config --global --add safe.directory ${GITHUB_WORKSPACE}
71+ git config --global --add safe.directory '*'
7272 git submodule update --init --depth 1 thirdparty/imgui thirdparty/parallel-hashmap
7373
7474 - name : Install thirdparty libs
You can’t perform that action at this time.
0 commit comments