Skip to content

Commit d2cc711

Browse files
authored
Add git config --global --add safe.directory '*' (#228)
1 parent 1209810 commit d2cc711

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
8181
"ndk;$NDK_VERSION" \
8282
&& rm -rf ${ANDROID_HOME}/.android \
8383
&& chmod 777 -R /opt/android
84+
85+
# Disable git safe directory check as this is causing GHA to fail on GH Runners
86+
RUN git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)