mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 19:32:13 +08:00 
			
		
		
		
	use correct sources path
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -29,7 +29,7 @@ jobs:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
    - name: Initialize vendors
 | 
			
		||||
      run: |
 | 
			
		||||
          PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''scripts\build.ps1'' -verbose'"
 | 
			
		||||
          PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''scripts\build.ps1'' -verbose -sourcesPath .\vendor\sources.json'"
 | 
			
		||||
    - name: Testing Clink Shell
 | 
			
		||||
      run: |
 | 
			
		||||
          cmd /c vendor\init.bat /v /d /t
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user