Skip to content

Commit c1df5c8

Browse files
committed
fix
1 parent 07d494d commit c1df5c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Checkout Repository
3030
uses: actions/checkout@v3
3131

32-
- name: Make Gradle wrapper executable
33-
run: chmod +x ./gradlew
34-
3532
- name: Fetch Sources
3633
uses: actions/checkout@v4
3734

@@ -51,6 +48,9 @@ jobs:
5148
with:
5249
gradle-home-cache-cleanup: true
5350

51+
- name: Make Gradle wrapper executable
52+
run: chmod +x ./gradlew
53+
5454
- name: Export Properties
5555
working-directory: intellij-aicoder
5656
id: properties

0 commit comments

Comments
 (0)