File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,13 @@ jobs:
68
68
working-directory : dargon2_flutter/dargon2_flutter/example
69
69
script : flutter test integration_test/
70
70
pre-emulator-launch-script : |
71
- ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/
72
- ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64
73
71
codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64-headless
72
+ codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64
73
+ codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel-headless
74
+ codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-armel
74
75
codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu-img
76
+ ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/
77
+ ls -lah /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64
75
78
76
79
# test_ios:
77
80
# runs-on: macos-14
You can’t perform that action at this time.
0 commit comments