mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 11:48:38 +08:00 
			
		
		
		
	Add Carthage example
This commit is contained in:
		
							parent
							
								
									b2cac08cff
								
							
						
					
					
						commit
						3025600ecc
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							|  | @ -100,6 +100,16 @@ jobs: | |||
|     key: ${{ runner.os }}-maven | ||||
| ``` | ||||
| 
 | ||||
| ### Swift, Objective-C - Carthage | ||||
| ```yaml | ||||
| uses: actions/cache@preview | ||||
|       with: | ||||
|         path: Carthage | ||||
|         key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }} | ||||
|         restore-keys: | | ||||
|           ${{ runner.os }}-carthage- | ||||
| ``` | ||||
| 
 | ||||
| ## Cache Limits | ||||
| 
 | ||||
| Individual caches are limited to 200MB and a repository can have up to 2GB of caches. Once the 2GB limit is reached, older caches will be evicted based on when the cache was last accessed. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 ryoya ito
						ryoya ito