Skip to content

Commit

Permalink
try to work around weird nvm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suchipi committed Sep 4, 2024
1 parent cce9478 commit febac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ln -s /usr/bin/batcat /usr/local/bin/bat

# ugh, the gh actions image claims to have nvm, but they don't do this for you
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
source "$NVM_DIR/nvm.sh" --no-use

nvm install
nvm use
Expand Down

0 comments on commit febac14

Please sign in to comment.