Skip to content

Commit 6d58758

Browse files
committed
no way
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
1 parent 1a8d08a commit 6d58758

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
@@ -142,6 +142,7 @@ func run(cmd *cobra.Command, argv []string) error {
142142
commands := []string{
143143
"tar -zxf /opt/runner-cache/actions-runner-linux-*.tar.gz",
144144
"mkdir -p $HOME/.nvm",
145+
"mkdir -p \\$HOME/.nvm",
145146
"wget -O nvm-install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh",
146147
"bash nvm-install.sh",
147148
`sudo usermod -aG docker ubuntu && newgrp docker <<EOF

0 commit comments

Comments
 (0)