mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
fix
This commit is contained in:
parent
6dd49d6f9a
commit
557c799e84
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -60,11 +60,11 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
|||||||
return `echo "cloud runner build workflow starting"
|
return `echo "cloud runner build workflow starting"
|
||||||
apt-get update > /dev/null
|
apt-get update > /dev/null
|
||||||
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
||||||
|
npm --version
|
||||||
npm i -g n > /dev/null
|
npm i -g n > /dev/null
|
||||||
npm i -g semver > /dev/null
|
npm i -g semver > /dev/null
|
||||||
npm install --global yarn > /dev/null
|
npm install --global yarn > /dev/null
|
||||||
n 16.16.0 > /dev/null
|
n 16.16.0 > /dev/null
|
||||||
npm --version
|
|
||||||
node --version
|
node --version
|
||||||
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
||||||
export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"
|
export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"
|
||||||
|
Loading…
Reference in New Issue
Block a user