aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-11-13 14:13:42 -0500
committerGitHub <noreply@github.com>2020-11-13 14:13:42 -0500
commit7c4f349661bd7e66f22b3a0903ffb7b8db1222e7 (patch)
treee8227d5e2a30f9424a1c405a79766e5dc3779e6c /ci/install.sh
parentaaca2c1c4d07d5bb9dd297b8e21e4a66acfb8ad3 (diff)
parent7ac3c39e39effcbf57f5622efde0fce20eac2fdd (diff)
downloadrneovim-7c4f349661bd7e66f22b3a0903ffb7b8db1222e7.tar.gz
rneovim-7c4f349661bd7e66f22b3a0903ffb7b8db1222e7.tar.bz2
rneovim-7c4f349661bd7e66f22b3a0903ffb7b8db1222e7.zip
Merge pull request #13287 from jamessan/github-actions
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh
index efb37cea4e..cd0d744361 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -19,7 +19,7 @@ echo "Install neovim module for Python 2."
CC=cc python2 -m pip -q install --user --upgrade pynvim
echo "Install neovim RubyGem."
-gem install --no-document --pre neovim
+gem install --no-document --user-install --pre neovim
echo "Install neovim npm package"
source ~/.nvm/nvm.sh