We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c84ae6 commit 4e11c0bCopy full SHA for 4e11c0b
src/channel_linux.ts
@@ -72,6 +72,6 @@ export class LinuxChannelInstaller implements Installer {
72
const root = await cache.cacheDir(extdir, "chromium", version);
73
core.info(`Successfully Installed chromium to ${root}`);
74
75
- return { root: extdir, bin: "chrome" };
+ return { root, bin: "chrome" };
76
}
77
0 commit comments