Skip to content

Commit abcd0b2

Browse files
committed
save
1 parent 93e41d2 commit abcd0b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
149149
shell: wsl-bash {0}
150150
run: |
151-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | sudo -E bash -
151+
curl -O https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh
152+
./install.sh
152153
nvm install node
153154
node -v
154155
npm -v

0 commit comments

Comments
 (0)