mirror of
https://github.com/subosito/flutter-action.git
synced 2026-08-31 17:29:31 +00:00
fix: add the missing bin directory in dart sdk
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ export async function getFlutter(
|
|||||||
|
|
||||||
core.exportVariable('FLUTTER_HOME', toolPath);
|
core.exportVariable('FLUTTER_HOME', toolPath);
|
||||||
core.addPath(path.join(toolPath, 'bin'));
|
core.addPath(path.join(toolPath, 'bin'));
|
||||||
core.addPath(path.join(toolPath, 'bin/cache/dart-sdk'));
|
core.addPath(path.join(toolPath, 'bin/cache/dart-sdk/bin'));
|
||||||
}
|
}
|
||||||
|
|
||||||
function osName(): string {
|
function osName(): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user