Skip to content

Commit

Permalink
chore: +x for gradlew in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Jun 21, 2024
1 parent 1e22a1f commit ee9ba4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Grant execute permission for Gradlew (Linux/Mac)
if: runner.os != 'Windows'
run: chmod +x ./gradlew

- name: Execute Gradle build
run: ./gradlew build

0 comments on commit ee9ba4a

Please sign in to comment.