mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 11:48:38 +08:00 
			
		
		
		
	adjust formatting of Carthage example
This commit is contained in:
		
							parent
							
								
									f66a56e59e
								
							
						
					
					
						commit
						c2e108de17
					
				
							
								
								
									
										13
									
								
								examples.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								examples.md
									
									
									
									
									
								
							|  | @ -36,6 +36,7 @@ | |||
| 
 | ||||
| ## C# - Nuget | ||||
| Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies): | ||||
| 
 | ||||
| ```yaml | ||||
| - uses: actions/cache@v1 | ||||
|   with: | ||||
|  | @ -70,12 +71,12 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa | |||
| ## Swift, Objective-C - Carthage | ||||
| 
 | ||||
| ```yaml | ||||
| uses: actions/cache@v1 | ||||
|       with: | ||||
|         path: Carthage | ||||
|         key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }} | ||||
|         restore-keys: | | ||||
|           ${{ runner.os }}-carthage- | ||||
| - uses: actions/cache@v1 | ||||
|   with: | ||||
|     path: Carthage | ||||
|     key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-carthage- | ||||
| ``` | ||||
| 
 | ||||
| ## Swift, Objective-C - CocoaPods | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Koen Punt
						Koen Punt