mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	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:
		
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@@ -189,8 +189,6 @@ jobs:
 | 
				
			|||||||
            perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
 | 
					            perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
 | 
				
			||||||
          fi
 | 
					          fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: echo "DEPS_BUILD_DIR=$HOME/nvim-deps" >> $GITHUB_ENV
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      - uses: ./.github/actions/cache
 | 
					      - uses: ./.github/actions/cache
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build third-party deps
 | 
					      - name: Build third-party deps
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user