Skip to content

Commit

Permalink
Install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Jul 8, 2024
1 parent 121068f commit ccf64cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
curl -s https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py
python3 get-pip.py --force-reinstall
rm get-pip.py
apt-get remove nodejs
apt-get install wget
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 16
Expand Down

0 comments on commit ccf64cd

Please sign in to comment.