Fix git error when running on GitHub Actions.
Fixes #13495 Resolves #13547
This commit is contained in:
parent
c261df41b0
commit
48a0c5a5a9
1 changed files with 2 additions and 0 deletions
|
@ -32,3 +32,5 @@ RUN yes | sdkmanager --sdk_root="${ANDROID_HOME}" "platforms;${ANDROID_API_LEVEL
|
|||
RUN yes | sdkmanager --licenses --sdk_root="${ANDROID_HOME}"
|
||||
|
||||
RUN rm -rf ${ANDROID_HOME}/tools
|
||||
|
||||
RUN git config --global --add safe.directory /project
|
||||
|
|
Loading…
Add table
Reference in a new issue