Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EsotericEnderman authored Oct 4, 2024
1 parent 0139177 commit eaaa633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Build
run: ./gradlew build
- name: Make gradlew executable
run: chmod +x ./gradlew

0 comments on commit eaaa633

Please sign in to comment.