fix(workflow): Mac Verify Binaries needs `Linux mac_android_aot_engine` (#191999)
diff --git a/.github/workflows/mac-verify-binaries.yml b/.github/workflows/mac-verify-binaries.yml
index 0effc07..1cc4dfe 100644
--- a/.github/workflows/mac-verify-binaries.yml
+++ b/.github/workflows/mac-verify-binaries.yml
@@ -46,7 +46,7 @@
uses: ./.github/actions/wait-for-engine-build
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- check-name: 'Mac mac_host_engine,Mac mac_ios_engine,Linux linux_host_engine'
+ check-name: 'Mac mac_host_engine,Mac mac_ios_engine,Linux linux_host_engine,Linux mac_android_aot_engine'
- uses: ./.github/actions/composite-flutter-setup