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 e5f8b50 commit 00049dcCopy full SHA for 00049dc
.github/workflows/dargon2_flutter_tests.yml
@@ -68,7 +68,10 @@ jobs:
68
working-directory: dargon2_flutter/dargon2_flutter/example
69
script: flutter test integration_test/
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
codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64-headless
74
+ codesign -s - --entitlements ../../dargon2_flutter_mobile/Android/qemu-entitlements.xml --force /Users/runner/Library/Android/sdk/emulator/qemu-img
75
76
# test_ios:
77
# runs-on: macos-14
0 commit comments