diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 063c0d3f03d6..267679becc27 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -128,8 +128,9 @@ jobs: submodules: true - name: Generate - if: steps.cache-relay-list.outputs.cache-hit != 'true' - run: ./android/gradlew -p android + # if: steps.cache-relay-list.outputs.cache-hit != 'true' + shell: bash + run: ls #- name: Generate # if: steps.cache-relay-list.outputs.cache-hit != 'true'