Skip to content

Commit

Permalink
Use rhysd/action-setup-vim which can cope even when neovim nightlies …
Browse files Browse the repository at this point in the history
…don't upload.

See rhysd/action-setup-vim#18.
  • Loading branch information
Julian committed Oct 13, 2021
1 parent 4a640b8 commit 2ea185e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,9 @@ jobs:
curl https://raw.githubusercontent.com/Kha/elan/master/elan-init.sh -sSf | sh -s -- --default-toolchain "${{ matrix.lean-version }}" -y
echo "$HOME/.elan/bin/" >> $GITHUB_PATH
- name: Install neovim
run: |
neovim_dir=$HOME/neovim
mkdir $neovim_dir
if [ "`uname`" = Linux ]; then os=linux64; else os=macos; fi
curl -sL https://github.com/neovim/neovim/releases/download/${{matrix.nvim-version}}/nvim-$os.tar.gz \
| tar xzf - --strip-components=1 -C $neovim_dir
echo $neovim_dir/bin >> $GITHUB_PATH
- name: Install Neovim
uses: rhysd/[email protected]
with: ${{ matrix.nvim-version }}

- name: Install the Lean LSP
run: sudo npm install -g lean-language-server
Expand Down

0 comments on commit 2ea185e

Please sign in to comment.