mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-11-01 04:11:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @IF EXIST "%~dp0\node.exe" (
 | |
|   "%~dp0\node.exe"  "%~dp0\..\is-ci\bin.js" %*
 | |
| ) ELSE (
 | |
|   @SETLOCAL
 | |
|   @SET PATHEXT=%PATHEXT:;.JS;=;%
 | |
|   node  "%~dp0\..\is-ci\bin.js" %*
 | |
| ) | 
