Skip to content

Commit 42ba433

Browse files
committed
Add missing gradle/gradle-build-action setup in AndroidCIWithGmd.yaml
This will prevent downloading and unzipping Gradle distribution but fetch it from the cache instead like other workflows.
1 parent c8b7766 commit 42ba433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/AndroidCIWithGmd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
device-config: [ "pixel4api30aospatd", "pixelcapi30aospatd" ]
1616

1717
steps:
18+
- uses: actions/checkout@v3
1819
- uses: actions/setup-java@v3
1920
with:
2021
distribution: 'zulu'
2122
java-version: 17
22-
- uses: actions/checkout@v3
23+
- uses: gradle/gradle-build-action@v2
2324

2425
- name: Setup Android SDK
2526
uses: android-actions/setup-android@v2

0 commit comments

Comments
 (0)