Skip to content

Commit

Permalink
feat: installing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 10, 2020
1 parent fd39ab5 commit 9790846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- run:
name: setup node
command: |
sudo apt update &&\
sudo apt install curl &&\
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh -o install_nvm.sh &&\
bash install_nvm.sh &&\
source ~/.profile &&\
Expand Down

0 comments on commit 9790846

Please sign in to comment.