Skip to content

Commit

Permalink
Always set project
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Jun 10, 2024
1 parent e616676 commit b0b1e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: "^3.3.0"
sdk: "3.3.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion lib/puro_sidekick_plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void setupFlutterEnvironment() {
puro(['create', sdkVersion, sdkVersion], progress: Progress.print());
}
print('Use Puro environment: $sdkVersion');
puro(['use', sdkVersion], progress: Progress.print());
puro(['use', '--project', entryWorkingDirectory.path, sdkVersion], progress: Progress.print());
}

/// Thrown when puro could not be installed
Expand Down

0 comments on commit b0b1e4e

Please sign in to comment.