Skip to content
Snippets Groups Projects
Unverified Commit d2cc711c authored by Nicola Corti's avatar Nicola Corti Committed by GitHub
Browse files

Add `git config --global --add safe.directory '*'` (#228)

parent 1209810c
No related branches found
Tags v13.1
No related merge requests found
......@@ -81,3 +81,6 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
"ndk;$NDK_VERSION" \
&& rm -rf ${ANDROID_HOME}/.android \
&& chmod 777 -R /opt/android
# Disable git safe directory check as this is causing GHA to fail on GH Runners
RUN git config --global --add safe.directory '*'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment