Skip to content

Commit 28da20c

Browse files
committed
and test
1 parent 9576714 commit 28da20c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/_android.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run-emulator:
6666
# NB: Use metal install for KVM support to run the emulator faster
6767
runs-on: linux.24xl.spr-metal
68-
needs: build-llm-demo
68+
# needs: build-llm-demo
6969
env:
7070
ANDROID_NDK_VERSION: r27b
7171
API_LEVEL: 34
@@ -103,10 +103,10 @@ jobs:
103103
shell: bash
104104
run: |
105105
set -eux
106-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14502524222/artifacts/llm_demo/app-debug.apk
107-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14502524222/artifacts/llm_demo/app-debug-androidTest.apk
108-
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14502524222/artifacts/fp32-xnnpack-custom/model.zip
109-
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14502524222/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
106+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/llm_demo/app-debug.apk
107+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/llm_demo/app-debug-androidTest.apk
108+
curl -O https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/fp32-xnnpack-custom/model.zip
109+
curl -o android-test-debug-androidTest.apk https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/14505002240/artifacts/library_test_dir/executorch_android-debug-androidTest.apk
110110
unzip model.zip
111111
mv *.pte model.pte
112112

0 commit comments

Comments
 (0)