ci: use the same deps directory location for all jobs

Having separate directory location causes failures to be inconsistent
and ultimately confusing. A common problem is a file with a particular
name is searched for the entire repository, which gives different
results if the dependency directory is inside the neovim directory or
outside of it.
This commit is contained in:
dundargoc 2023-03-02 23:15:26 +01:00
parent ba38f35d3e
commit 98876db155

View File

@ -189,8 +189,6 @@ jobs:
perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
fi
- run: echo "DEPS_BUILD_DIR=$HOME/nvim-deps" >> $GITHUB_ENV
- uses: ./.github/actions/cache
- name: Build third-party deps