We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d77ea7 commit 1b29679Copy full SHA for 1b29679
.github/workflows/android-app.yml
@@ -122,14 +122,15 @@ jobs:
122
key: relay-list-${{ steps.get-date.outputs.date }}
123
124
- name: Checkout repository
125
- if: steps.cache-relay-list.outputs.cache-hit != 'true'
+ # if: steps.cache-relay-list.outputs.cache-hit != 'true'
126
uses: actions/checkout@v4
127
with:
128
submodules: true
129
130
- name: Generate
131
132
- run: ./android/gradlew -p android
+ shell: bash
133
+ run: ./android/gradlew -p android generateRelayList
134
135
#- name: Generate
136
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
0 commit comments