Skip to content

Commit 9c50b12

Browse files
committed
fix: ci
1 parent 2cc0ec1 commit 9c50b12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
- name: Setup Gradle
2626
uses: gradle/actions/setup-gradle@v4
2727
- name: Build with Gradle
28-
run: ./gradlew build
28+
run: |
29+
chmod +x ./gradlew
30+
./gradlew build

0 commit comments

Comments
 (0)