Skip to content

Commit 016b96a

Browse files
android.yml 1
addition to latest-model and run permissions.
1 parent 8672c89 commit 016b96a

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
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/setup-java@v2
1818
with:
1919
java-version: '11'
20-
distribution: 'adopt'
20+
distribution: 'latest'
2121
cache: gradle
2222

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

0 commit comments

Comments
 (0)