Skip to content

Commit ddc8eb3

Browse files
authored
Update android.yml
1 parent 53c53ca commit ddc8eb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
java-version: '11'
2020
distribution: 'adopt'
21-
cache: ./gradle
21+
cache: gradle
2222

2323
- name: Grant execute permission for gradlew
24-
run: chmod +x ./gradlew
24+
run: chmod +x gradlew
2525
- name: Build with Gradle
2626
run: ./gradlew build

0 commit comments

Comments
 (0)