mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 14:30:54 +00:00 
			
		
		
		
	Merge branch 'main' into update-docs
This commit is contained in:
		
				commit
				
					
						003f5452bf
					
				
			
		
					 27 changed files with 1609 additions and 570 deletions
				
			
		
							
								
								
									
										16
									
								
								examples.md
									
										
									
									
									
								
							
							
						
						
									
										16
									
								
								examples.md
									
										
									
									
									
								
							|  | @ -38,6 +38,7 @@ | |||
| - [Swift, Objective-C - Carthage](#swift-objective-c---carthage) | ||||
| - [Swift, Objective-C - CocoaPods](#swift-objective-c---cocoapods) | ||||
| - [Swift - Swift Package Manager](#swift---swift-package-manager) | ||||
| - [Swift - Mint](#swift---mint) | ||||
| 
 | ||||
| ## C# - NuGet | ||||
| 
 | ||||
|  | @ -641,3 +642,18 @@ whenever possible: | |||
|     restore-keys: | | ||||
|       ${{ runner.os }}-spm- | ||||
| ``` | ||||
| 
 | ||||
| ## Swift - Mint | ||||
| 
 | ||||
| ```yaml | ||||
| env: | ||||
|   MINT_PATH: .mint/lib | ||||
|   MINT_LINK_PATH: .mint/bin | ||||
| steps: | ||||
|   - uses: actions/cache@v3 | ||||
|     with: | ||||
|       path: .mint | ||||
|       key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }} | ||||
|       restore-keys: | | ||||
|         ${{ runner.os }}-mint- | ||||
| ``` | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue