We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git config --global --add safe.directory '*'
1 parent 1209810 commit d2cc711Copy full SHA for d2cc711
Dockerfile
@@ -81,3 +81,6 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
81
"ndk;$NDK_VERSION" \
82
&& rm -rf ${ANDROID_HOME}/.android \
83
&& 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