diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index cc5fd4a2..32b38602 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 }} @@ -125,8 +123,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 }}