Skip to content

Commit abf995f

Browse files
committed
update
1 parent af9e08f commit abf995f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/react_native.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ jobs:
9696
needs: build_android_packages
9797
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU"]
9898
timeout-minutes: 90
99-
env:
100-
ANDROID_AVD_HOME: ${{ runner.temp }}
10199
steps:
100+
- name: Set ANDROID_AVD_HOME environment variable
101+
run: echo "ANDROID_AVD_HOME=${{ runner.temp }}" >> $GITHUB_ENV
102+
102103
- name: Checkout repository
103104
uses: actions/checkout@v5
104105

0 commit comments

Comments
 (0)