Skip to content

Commit 1bd4041

Browse files
committed
fix: add verbosity to debug Neovim installation failure
1 parent 7629bfa commit 1bd4041

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
shell: bash
2121
run: |
2222
mkdir -p ~/nvim
23-
wget -q https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz
23+
wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz -O nvim-linux64.tar.gz
2424
tar -C ~/nvim -xzf nvim-linux64.tar.gz --strip-components=1
2525
echo "$HOME/nvim/bin" >> $GITHUB_PATH
26+
ls -la ~/nvim/bin/
2627
2728
- name: Neovim version
2829
run: nvim --version

0 commit comments

Comments
 (0)