commit 98876db1559c99109dc37812adb5ebccb25d9499
parent ba38f35d3e2f37c2289543e6e0c4451c679c5834
Author: dundargoc <gocdundar@gmail.com>
Date: Thu, 2 Mar 2023 23:15:26 +0100
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.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -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