You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary+="<li><details><summary>Install packages (exact steps are below, but it might be easier to follow the repo readme)</summary><ol>\n";
322
322
}
323
323
for(constcommandofinstallCommands){
324
324
summary+=` <li>In dir <code>${path.relative(downloadDir,command.directory)}</code>, run <code>${command.tool}${command.arguments.join(" ")}</code></li>\n`;
0 commit comments