From 98876db1559c99109dc37812adb5ebccb25d9499 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 2 Mar 2023 23:15:26 +0100 Subject: [PATCH] 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. --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a702bce71f..8503eb6620 100644 --- 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