2021-12-07 17:01:13 +08:00
|
|
|
function e(e){return e&&e.__esModule?e.default:e}function t(e,t,r,n){Object.defineProperty(e,t,{get:r,set:n,enumerable:!0,configurable:!0})}function r(e,t,r){const n=new ze(e,t,r);process.stdout.write(""+n+Xe.EOL)}function n(e,t){const r=process.env["INPUT_"+e.replace(/ /g,"_").toUpperCase()]||"";if(t&&t.required&&!r)throw Error("Input required and not supplied: "+e);return t&&!1===t.trimWhitespace?r:r.trim()}function o(e,t={}){He.issueCommand("error",Ye.toCommandProperties(t),e instanceof Error?""+e:e)}function s(e){He.issue("group",e)}function i(){He.issue("endgroup")}function a(e,t,r){if("function"==typeof t&&(r=t,t={}),!r){if("function"!=typeof Promise)throw new TypeError("callback not provided");return new Promise(((r,n)=>{a(e,t||{},((e,t)=>{e?n(e):r(t)}))}))}ft(e,t||{},((e,n)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,n=!1),r(e,n)}))}function c(t,r,n){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof xt)return{binDir:xt};const o=e(pt).sync("brew",{nothrow:!0});return null!==o?(xt=ye.dirname(o),{binDir:xt}):(Ce.execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),xt="/usr/local/bin/",{binDir:xt})}function l(e,t){const r=e.options.env||process.env,n=process.cwd(),o=null!=e.options.cwd,s=o&&void 0!==process.chdir&&!process.chdir.disabled;if(s)try{process.chdir(e.options.cwd)}catch(e){}let i;try{i=pt.sync(e.command,{path:r[Pt({env:r})],pathExt:t?ye.delimiter:void 0})}catch(e){}finally{s&&process.chdir(n)}return i&&(i=ye.resolve(o?e.options.cwd:"",i)),i}function u(e,t){return Object.assign(Error(`${t} ${e.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${t} ${e.command}`,path:e.command,spawnargs:e.args})}function p(e,t){return Lt&&1===e&&!t.file?u(t.original,"spawn"):null}function d(e,t,r){const n=St(e,t,r),o=Ce.spawn(n.command,n.args,n.options);return Nt.hookChildProcess(o,n),o}function h(){dr&&(dr=!1,cr.forEach((e=>{try{process.removeListener(e,pr[e])}catch(e){}})),process.emit=fr,process.reallyExit=hr,ar.count-=1)}function f(e,t,r){ar.emitted[e]||(ar.emitted[e]=!0,ar.emit(e,t,r))}function m(){dr||(dr=!0,ar.count+=1,cr=cr.filter((e=>{try{return process.on(e,pr[e]),!0}catch(e){return!1}})),process.emit=g,process.reallyExit=v)}function v(e){process.exitCode=e||0,f("exit",process.exitCode,null),f("afterexit",process.exitCode,null),hr.call(process,process.exitCode)}function g(e,t){if("exit"===e){void 0!==t&&(process.exitCode=t);var r=fr.apply(this,arguments);return f("exit",process.exitCode,null),f("afterexit",process.exitCode,null),r}return fr.apply(this,arguments)}async function y(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,n=Pr(t);return await new Promise(((t,o)=>{const s=e=>{e&&n.getBufferedLength()<=_r.MAX_LENGTH&&(e.bufferedData=n.getBufferedValue()),o(e)};(async()=>{try{await Tr(e,n),t()}catch(e){s(e)}})(),n.on("data",(()=>{n.getBufferedLength()>r&&s(new Ir)}))})),n.getBufferedValue()}function x(t,r){return void 0!==Zr||(Zr=(!!process.env.CI||0===(null===(n=process.getuid)||void 0===n?void 0:n.call(process)))&&null!==e(pt).sync("sudo",{nothrow:!0})),Zr?e(Et).command("sudo "+[t,...r].join(" "),{shell:!0}):e(Et)(t,r);var n}async function w(e,t,r=!0){const n="apt-get";if(Array.isArray(r))for(const e of r)await x("add-apt-repository",["--update","-y",e]);if(en&&!0!==r||(await x(n,["update","-y"]),en=!0),void 0!==t&&""!==t)try{await x(n,["install","-y",`${e}=${t}`])}catch{await x(n,["install","-y",`${e}-${t}`])}else await x(n,["install","-y",e]);return{binDir:"/usr/bin/"}}function E(t,r){return tn&&null!==e(pt).sync("brew",{nothrow:!0})||(c(0,0,process),tn=!0),e(Et).sync("brew",["install",void 0!==r&&""!==r?`${t}@${r}`:t]),{binDir:"/usr/local/bin/"}}function b(t){try{Me.addPath(t)}catch(r){try{switch(Me.error(r),process.platform){case"win32":return void e(Et).sync(`setx PATH=${t};%PATH%`);case"linux":case"darwin":return e(Et).commandSync(`echo "export PATH=${t}:$PATH" >> ~/.profile`),e(Et).commandSync("source ~/.profile"),void Me.info(t+" was added to ~/.
|