mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +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
|
||||
run: |
|
||||
git config --system --add safe.directory '*'
|
||||
java -version
|
||||
./gradlew --no-daemon buildNative lint assembleDebug
|
||||
|
||||
|
|
Loading…
Reference in a new issue