Skip to content

Commit

Permalink
fix: Add chmod step for gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Jul 21, 2024
1 parent 77241ee commit e4e16f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

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

- name: Build
run: ./gradlew build

0 comments on commit e4e16f4

Please sign in to comment.