Skip to content

Commit 6acf5ec

Browse files
committed
this is insane
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
1 parent 92e56f5 commit 6acf5ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/cloudrunners/oci/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ func run(cmd *cobra.Command, argv []string) error {
145145
"mkdir -p \\$HOME/.nvm",
146146
"wget -O nvm-install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh",
147147
"bash nvm-install.sh",
148+
"export NVM_DIR=\\$HOME/.nvm",
148149
`sudo usermod -aG docker ubuntu && newgrp docker <<EOF
149150
export PATH=$PATH:/home/ubuntu/.local/bin && export HOME=/home/ubuntu && bash -x /home/ubuntu/run.sh --jitconfig "${ACTIONS_RUNNER_INPUT_JITCONFIG}"
150151
EOF`,

0 commit comments

Comments
 (0)