diff --git a/src/installer.ts b/src/installer.ts index e71f2fe..21bf979 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -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')); } function osName(): string {