Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 13, 2023
1 parent cdc299d commit dcd14c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
--volume "${PWD}:/addon"
install: |
set -e
apt-get update && apt-get install git
apt-get update && apt-get install git -y
export NVM_DIR="$HOME/mynvm"
git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR"
pushd "$NVM_DIR"
Expand Down

0 comments on commit dcd14c6

Please sign in to comment.