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 3fee451 commit c1722f4Copy full SHA for c1722f4
.github/workflows/slow_tests.yml
@@ -166,7 +166,7 @@ jobs:
166
path: |
167
~/.android/avd/*
168
~/.android/adb*
169
- key: avd-${{ matrix.arch }}-${{ ANDROID_API_LEVEL }}-linux
+ key: avd-${{ matrix.arch }}-${{ env.ANDROID_API_LEVEL }}-linux
170
171
- name: Create AVD and generate snapshot for caching
172
if: steps.avd-cache.outputs.cache-hit != 'true'
0 commit comments