We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177088e commit 4155679Copy full SHA for 4155679
.github/workflows/integration-tests-ui-critical.yml
@@ -92,7 +92,7 @@ jobs:
92
path: |
93
~/.android/avd/*
94
~/.android/adb*
95
- key: avd-api-${{ matrix.api-level }}-${{ matrix.api-arch }}-${{ matrix.target }}
+ key: avd-api-${{ matrix.api-level }}-${{ matrix.arch }}-${{ matrix.target }}
96
97
- name: Create AVD and generate snapshot for caching
98
if: steps.avd-cache.outputs.cache-hit != 'true'
0 commit comments