File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,15 +146,15 @@ jobs:
146
146
avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-
147
147
148
148
- name : Create AVD
149
- if : github.event_name == 'schedule' || steps.restore-avd-cache.outputs.cache-matched-key ! = ''
149
+ if : github.event_name == 'schedule' || steps.restore-avd-cache.outputs.cache-matched-key = = ''
150
150
uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
151
151
with :
152
152
api-level : ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
153
153
arch : x86_64
154
154
force-avd-creation : false
155
155
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
156
156
disable-animations : true
157
- script : ' echo "Generated AVD snapshot for caching: event_name=${{ github.event_name }}, cache-matched-key=${{ steps.restore-avd-cache.outputs.cache-matched-key }}"'
157
+ script : ' echo "Generated AVD snapshot for caching; event_name=${{ github.event_name }}, cache-matched-key=${{ steps.restore-avd-cache.outputs.cache-matched-key }}"'
158
158
159
159
- name : Save AVD cache
160
160
uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
You can’t perform that action at this time.
0 commit comments