Skip to content

Commit b82f643

Browse files
committed
fix
1 parent 2e08e59 commit b82f643

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v3
2626

27+
- name: Make Gradle wrapper executable
28+
run: chmod +x ./gradlew
29+
2730
- name: Fetch Sources
2831
uses: actions/checkout@v4
2932

0 commit comments

Comments
 (0)