Skip to content

Commit

Permalink
change wrapper permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Davenport committed Nov 12, 2024
1 parent 5c555db commit 8ca3c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build with Gradle Wrapper
working-directory: ./generator/
run: ./gradlew validate

0 comments on commit 8ca3c6e

Please sign in to comment.