Skip to content

Commit

Permalink
Grant execute permission for gradlew script
Browse files Browse the repository at this point in the history
  • Loading branch information
NereusWB922 committed Sep 10, 2023
1 parent af5869d commit dcce96f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
java-version: '11'
java-package: jdk+fx

- name: Add execute permission to gradlew
run: chmod +x ./gradlew

- name: Build and check with Gradle
run: ./gradlew check

0 comments on commit dcce96f

Please sign in to comment.