Skip to content

Commit 1f3aa35

Browse files
committed
fix
1 parent 9d5f059 commit 1f3aa35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/ci.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:io';
65
import 'dart:ffi';
6+
import 'dart:io';
77

88
import 'package:args/args.dart';
99
import 'package:yaml/yaml.dart';
@@ -117,6 +117,7 @@ class PubTask extends Task {
117117
'.',
118118
'pkgs/hooks_runner/test_data/native_add_version_skew/',
119119
'pkgs/hooks_runner/test_data/native_add_version_skew_2/',
120+
'pkgs/objective_c/example/flutter_app/',
120121
];
121122
for (final path in paths) {
122123
await _runProcess('dart', ['pub', 'get', '--directory', path]);

0 commit comments

Comments
 (0)