Skip to content

Commit 2630b5e

Browse files
committed
stash
1 parent f3194b1 commit 2630b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
timeout-minutes: 90
7676
steps:
7777
- name: Set ANDROID_AVD_HOME environment variable
78-
run: echo "ANDROID_AVD_HOME=${{ runner.temp }}" >> $GITHUB_ENV
78+
run: echo "ANDROID_AVD_HOME=${{ runner.temp }}/android-avd" >> $GITHUB_ENV
7979

8080
- name: Checkout repository
8181
uses: actions/checkout@v5

0 commit comments

Comments
 (0)