Update pod repo to pull the latest Flutter pods in plugin_lint_mac
(#112237)
This commit is contained in:
parent
92815c9f10
commit
86e510137b
@ -19,6 +19,12 @@ Future<void> main() async {
|
||||
section('Lint integration_test');
|
||||
|
||||
await inDirectory(tempDir, () async {
|
||||
// Update pod repo.
|
||||
await exec(
|
||||
'pod',
|
||||
<String>['repo', 'update'],
|
||||
);
|
||||
|
||||
// Relative to this script.
|
||||
final String flutterRoot = path.dirname(path.dirname(path.dirname(path.dirname(path.dirname(path.fromUri(Platform.script))))));
|
||||
print('Flutter root at $flutterRoot');
|
||||
|
Loading…
x
Reference in New Issue
Block a user