mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 03:04:01 +00:00 
			
		
		
		
	Add Coursier to recommended Scala setup
This commit is contained in:
		
							parent
							
								
									b8204782bb
								
							
						
					
					
						commit
						b96ba37f87
					
				@ -444,6 +444,7 @@ When dependencies are installed later in the workflow, we must specify the same
 | 
				
			|||||||
    path: | 
 | 
					    path: | 
 | 
				
			||||||
      ~/.ivy2/cache
 | 
					      ~/.ivy2/cache
 | 
				
			||||||
      ~/.sbt
 | 
					      ~/.sbt
 | 
				
			||||||
 | 
					      ~/.cache/coursier/v1
 | 
				
			||||||
    key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
 | 
					    key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user