Fix git error when running on GitHub Actions.

Fixes #13495
Resolves #13547
This commit is contained in:
dalamsya50 2024-05-01 17:28:20 -05:00 committed by Alex Hart
parent c261df41b0
commit 48a0c5a5a9

View file

@ -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