Skip to content

Commit f31dab7

Browse files
committed
Fix CI
1 parent d831a10 commit f31dab7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v6
1818

19+
- name: Make gradlew executable
20+
run: chmod +x ./gradlew
21+
1922
- name: Set Up JDK 22
2023
uses: actions/setup-java@v5
2124
with:

0 commit comments

Comments
 (0)