Skip to content

Commit c1722f4

Browse files
Fix environment variable syntax used in Slow Tests
1 parent 3fee451 commit c1722f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slow_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
path: |
167167
~/.android/avd/*
168168
~/.android/adb*
169-
key: avd-${{ matrix.arch }}-${{ ANDROID_API_LEVEL }}-linux
169+
key: avd-${{ matrix.arch }}-${{ env.ANDROID_API_LEVEL }}-linux
170170

171171
- name: Create AVD and generate snapshot for caching
172172
if: steps.avd-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)