mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
check for startup message in workflows
This commit is contained in:
parent
88f6a6dfa6
commit
0b9a28f405
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,7 +60,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
||||
|
||||
return `echo "cloud runner build workflow starting"
|
||||
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 rsyslog > /dev/null
|
||||
npm i -g n > /dev/null
|
||||
n 16.15.1 > /dev/null
|
||||
npm --version
|
||||
|
Loading…
Reference in New Issue
Block a user