mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-13 03:47:13 +00:00
only setup for caching if things are changed
This commit is contained in:
2
.github/workflows/run-test.yml
vendored
2
.github/workflows/run-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user