Skip to content

Commit eaaa633

Browse files
Fix build workflow
1 parent 0139177 commit eaaa633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
uses: gradle/actions/setup-gradle@v3
2626
- name: Build
2727
run: ./gradlew build
28+
- name: Make gradlew executable
29+
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)