mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 11:41:29 +00:00
Add git safe directory workaround to debug build too
This commit is contained in:
parent
cbbb77e43f
commit
d849ae8762
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
|
git config --system --add safe.directory '*'
|
||||||
java -version
|
java -version
|
||||||
./gradlew --no-daemon buildNative lint assembleDebug
|
./gradlew --no-daemon buildNative lint assembleDebug
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue