mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-24 10:54:46 +01:00
Try and fix perms
This commit is contained in:
parent
ff095307dd
commit
271f26dd01
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export NVM_DIR="/github/workspace/nvm"
|
||||||
export WRANGLER_HOME="/github/workspace"
|
export WRANGLER_HOME="/github/workspace"
|
||||||
|
|
||||||
mkdir -p "$HOME/.wrangler"
|
mkdir -p "$HOME/.wrangler"
|
||||||
chown root: "$HOME/.wrangler"
|
chmod -R 777 "$HOME/.wrangler"
|
||||||
|
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
|
Loading…
Reference in a new issue