1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-22 19:01:30 +00:00

Add git safe directory workaround to debug build too

This commit is contained in:
Simon Frei 2023-07-17 19:15:36 +02:00
parent cbbb77e43f
commit d849ae8762

View file

@ -25,6 +25,7 @@ jobs:
- name: build
run: |
git config --system --add safe.directory '*'
java -version
./gradlew --no-daemon buildNative lint assembleDebug