We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddb56f commit 9627fb8Copy full SHA for 9627fb8
.github/workflows/ci.yml
@@ -79,8 +79,8 @@ jobs:
79
80
- name: build Nvim from source
81
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
+ mkdir -p "${DIR_NVIM_SRC}"
+ curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory "${DIR_NVIM_SRC}/.."
84
cd "${DIR_NVIM_SRC}"
85
make
86
0 commit comments