Skip to content

Commit 9627fb8

Browse files
committed
docs(#2934): harden gen and lint scripts, moving things out of nvim-tree source to prevent luals upset
1 parent cddb56f commit 9627fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979

8080
- name: build Nvim from source
8181
run: |
82-
mkdir -p src
83-
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory src
82+
mkdir -p "${DIR_NVIM_SRC}"
83+
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory "${DIR_NVIM_SRC}/.."
8484
cd "${DIR_NVIM_SRC}"
8585
make
8686

0 commit comments

Comments
 (0)