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 af9e08f commit abf995fCopy full SHA for abf995f
.github/workflows/react_native.yml
@@ -96,9 +96,10 @@ jobs:
96
needs: build_android_packages
97
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU"]
98
timeout-minutes: 90
99
- env:
100
- ANDROID_AVD_HOME: ${{ runner.temp }}
101
steps:
+ - name: Set ANDROID_AVD_HOME environment variable
+ run: echo "ANDROID_AVD_HOME=${{ runner.temp }}" >> $GITHUB_ENV
102
+
103
- name: Checkout repository
104
uses: actions/checkout@v5
105
0 commit comments