]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Try installing the rust language server
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 9 Feb 2024 16:52:25 +0000 (08:52 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 9 Feb 2024 16:52:25 +0000 (08:52 -0800)
.github/workflows/unitests.yml

index 1b7bdcb8b40d229a8e3934341ba8c0fab03c237f..d95464321eabc465bb63053e744216ea8f9acda5 100644 (file)
@@ -19,11 +19,13 @@ jobs:
           sudo apt install -y curl
           curl -fsSL https://deb.nodesource.com/setup_18.x | sudo bash -
           sudo apt install -y nodejs
-          # install typescript language server
+          # install the typescript language server
           sudo npm install -g typescript-language-server typescript
-          # install golang language server
+          # install the golang language server
           sudo apt install -y golang
           sudo apt install -y gopls
+          # install the rust language server
+          sudo rustup component add rust-analyzer
       - name: Setup Vim
         uses: rhysd/action-setup-vim@v1
         id: vim
@@ -34,6 +36,7 @@ jobs:
       - name: Run Tests
         run: |
           uname -a
+          rust-analyzer --version
           export VIMPRG=${{ steps.vim.outputs.executable }}
           $VIMPRG --version
           cd test