Commit 98ea7b2b authored by nanahira's avatar nanahira

fix

parent 19972df6
...@@ -40,7 +40,7 @@ after_build: ...@@ -40,7 +40,7 @@ after_build:
# nodejs # nodejs
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v10.15.0/node-v10.15.0-win-x64.zip ; exit 0" - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v10.15.0/node-v10.15.0-win-x64.zip ; exit 0"
- 7z -x -y node-v10.15.0-win-x64.zip - 7z x -y node-v10.15.0-win-x64.zip
- mv node-v10.15.0-win-x64 node - mv node-v10.15.0-win-x64 node
# srvpro # srvpro
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment