Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
ensure gradlew is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
niusounds committed Aug 14, 2022
1 parent 29bdb92 commit e3be3f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit e3be3f0

Please sign in to comment.