Add flutter desktop build dependencies to test_misc shards (#89054)

This adds the dependencies necessary to build a desktop app to the test_misc shards so that example integration tests can be run.
diff --git a/.ci.yaml b/.ci.yaml
index 2836a78..a808d85 100755
--- a/.ci.yaml
+++ b/.ci.yaml
@@ -389,7 +389,10 @@
     properties:
       dependencies: >-
         [
-          {"dependency": "goldctl"}
+          {"dependency": "goldctl"},
+          {"dependency": "clang"},
+          {"dependency": "cmake"},
+          {"dependency": "ninja"}
         ]
       shard: framework_tests
       subshard: misc
@@ -1882,7 +1885,8 @@
     properties:
       dependencies: >-
         [
-          {"dependency": "goldctl"}
+          {"dependency": "goldctl"},
+          {"dependency": "xcode"}
         ]
       shard: framework_tests
       subshard: misc
@@ -3367,7 +3371,8 @@
     properties:
       dependencies: >-
         [
-          {"dependency": "goldctl"}
+          {"dependency": "goldctl"},
+          {"dependency": "vs_build"}
         ]
       shard: framework_tests
       subshard: misc