Skip to content
Snippets Groups Projects
Commit b8c12f5e authored by 最萌小汐's avatar 最萌小汐
Browse files

install curl

parent 23c93011
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ jobs: ...@@ -44,6 +44,7 @@ jobs:
apt-get update apt-get update
apt-get install -y sudo git gcc-9 g++-9 apt-get install -y sudo git gcc-9 g++-9
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_14.x -o /tmp/nodesource_setup.sh # For nodejs curl -sL https://deb.nodesource.com/setup_14.x -o /tmp/nodesource_setup.sh # For nodejs
sudo bash /tmp/nodesource_setup.sh sudo bash /tmp/nodesource_setup.sh
cd ~ cd ~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment