Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build workflow
Browse files Browse the repository at this point in the history
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
@@ -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.