aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-readme.yml
diff options
context:
space:
mode:
authorStephan Seitz <sseitz@nvidia.com>2021-10-10 11:52:16 +0200
committerStephan Seitz <stephan.seitz@fau.de>2021-10-21 19:50:23 +0200
commit7135321cc254fd2a543f596a3648fdc481e54eef (patch)
tree52c44e20118ee514c2e5f22f2a22797ba3fd86a6 /.github/workflows/update-readme.yml
parentci: upload artifacts before check (diff)
downloadnvim-treesitter-7135321cc254fd2a543f596a3648fdc481e54eef.tar
nvim-treesitter-7135321cc254fd2a543f596a3648fdc481e54eef.tar.gz
nvim-treesitter-7135321cc254fd2a543f596a3648fdc481e54eef.tar.bz2
nvim-treesitter-7135321cc254fd2a543f596a3648fdc481e54eef.tar.lz
nvim-treesitter-7135321cc254fd2a543f596a3648fdc481e54eef.tar.xz
nvim-treesitter-7135321cc254fd2a543f596a3648fdc481e54eef.tar.zst
nvim-treesitter-7135321cc254fd2a543f596a3648fdc481e54eef.zip
ci: use nvim v0.5.1 on CI
Diffstat (limited to '.github/workflows/update-readme.yml')
-rw-r--r--.github/workflows/update-readme.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index d46578036..8d10198e7 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -11,10 +11,12 @@ jobs:
- uses: actions/checkout@v1
- name: Prepare
+ env:
+ NVIM_TAG: v0.5.1
run: |
sudo apt-get update
sudo add-apt-repository universe
- wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
+ wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
chmod u+x nvim.appimage
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start