diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e7838e43..402624ea 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -36,8 +36,6 @@ jobs: # with: # cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - - name: Grant execute permission for gradlew - run: chmod +x gradlew - name: Decode google-services.json env: DEBUG_GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.DEBUG_GOOGLE_SERVICES_JSON_BASE64 }} @@ -131,8 +129,6 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - - name: Grant execute permission for gradlew - run: chmod +x gradlew - name: Decode google-services.json env: DEBUG_GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.DEBUG_GOOGLE_SERVICES_JSON_BASE64 }}