You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-11-04 00:36:40 +07:00 
			
		
		
		
	Use \n instead of os.EOL
				
					
				
			Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
		@ -53,7 +53,7 @@ class PoetryCache extends CacheDistributor {
 | 
			
		||||
      );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    const lines = stdout.trim().split(os.EOL);
 | 
			
		||||
    const lines = stdout.trim().split('\n');
 | 
			
		||||
 | 
			
		||||
    const config: any = {};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user