Use pre-release RVM in hope to fix fzf compilation issues
This commit is contained in:
parent
be31f8d3ef
commit
6f5e9cf204
1 changed files with 3 additions and 0 deletions
|
@ -127,7 +127,10 @@ if [[ -z $NORUBY ]]; then
|
|||
set +e
|
||||
source /usr/local/rvm/scripts/rvm
|
||||
source ~/.rvm/scripts/rvm
|
||||
rvm remove 2.3.1
|
||||
set -e
|
||||
rvm get branch /bugfix/issue-3519
|
||||
rvm install 2.3.1 --disable-binary
|
||||
fi
|
||||
|
||||
if [[ -z $NOVIM ]]; then
|
||||
|
|
Loading…
Reference in a new issue