Merge pull request #33 from tianhaoz95/patch-2
might be interesting to add dart SDK to path
This commit is contained in:
@@ -62,6 +62,7 @@ export async function getFlutter(
|
||||
|
||||
core.exportVariable('FLUTTER_HOME', toolPath);
|
||||
core.addPath(path.join(toolPath, 'bin'));
|
||||
core.addPath(path.join(toolPath, 'bin', 'cache', 'dart-sdk', 'bin'));
|
||||
}
|
||||
|
||||
function osName(): string {
|
||||
|
||||
Reference in New Issue
Block a user