Skip to content

Commit

Permalink
use recommended steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Jul 8, 2024
1 parent d90ded7 commit f0df76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
rm get-pip.py
apt-get install wget
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install 16
- name: Checkout Kani
Expand Down

0 comments on commit f0df76e

Please sign in to comment.