Merge pull request #33 from tianhaoz95/patch-2

might be interesting to add dart SDK to path
This commit is contained in:
Alif Rachmawadi
2020-04-14 07:57:34 +07:00
committed by GitHub

View File

@@ -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 {