Skip to content

Commit 6120ce3

Browse files
authored
Merge pull request #45 from SimonMarquis/patch-3
Remove unnecessary chmod on gradlew
2 parents 78744e2 + 5afa4bd commit 6120ce3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
# with:
3737
# cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3838

39-
- name: Grant execute permission for gradlew
40-
run: chmod +x gradlew
4139
- name: Decode google-services.json
4240
env:
4341
DEBUG_GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.DEBUG_GOOGLE_SERVICES_JSON_BASE64 }}
@@ -131,8 +129,6 @@ jobs:
131129
- name: Setup Gradle
132130
uses: gradle/actions/setup-gradle@v4
133131

134-
- name: Grant execute permission for gradlew
135-
run: chmod +x gradlew
136132
- name: Decode google-services.json
137133
env:
138134
DEBUG_GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.DEBUG_GOOGLE_SERVICES_JSON_BASE64 }}

0 commit comments

Comments
 (0)