only setup for caching if things are changed

This commit is contained in:
Dave Olsthoorn
2020-07-25 20:51:01 +02:00
parent 22d4a3f682
commit 035deb0e29
4 changed files with 18 additions and 7 deletions

View File

@@ -42,6 +42,6 @@ jobs:
if: runner.os != 'windows'
run: ./gradlew --no-daemon build
- name: Build streetcomplete (Windows)
- name: Build SampleApplication (Windows)
if: runner.os == 'windows'
run: .\gradlew.bat --no-daemon build