Skip to content

Commit

Permalink
Fix git error when running on GitHub Actions.
Browse files Browse the repository at this point in the history
Fixes #13495
Resolves #13547
  • Loading branch information
dalamsya50 authored and alex-signal committed May 8, 2024
1 parent c261df4 commit 48a0c5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reproducible-builds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48a0c5a

Please sign in to comment.