mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	
							parent
							
								
									fe98aa6782
								
							
						
					
					
						commit
						8c4c641fa0
					
				
							
								
								
									
										11
									
								
								examples.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								examples.md
									
									
									
									
									
								
							| 
						 | 
					@ -9,6 +9,7 @@
 | 
				
			||||||
- [Swift, Objective-C - CocoaPods](#swift-objective-c---cocoapods)
 | 
					- [Swift, Objective-C - CocoaPods](#swift-objective-c---cocoapods)
 | 
				
			||||||
- [Ruby - Gem](#ruby---gem)
 | 
					- [Ruby - Gem](#ruby---gem)
 | 
				
			||||||
- [Go - Modules](#go---modules)
 | 
					- [Go - Modules](#go---modules)
 | 
				
			||||||
 | 
					- [Elixir - Mix](#elixir---mix)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Node - npm
 | 
					## Node - npm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -108,3 +109,13 @@ uses: actions/cache@preview
 | 
				
			||||||
    restore-keys: |
 | 
					    restore-keys: |
 | 
				
			||||||
      ${{ runner.os }}-go-
 | 
					      ${{ runner.os }}-go-
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Elixir - Mix
 | 
				
			||||||
 | 
					```yaml
 | 
				
			||||||
 | 
					- uses: actions/cache@preview
 | 
				
			||||||
 | 
					  with:
 | 
				
			||||||
 | 
					    path: deps
 | 
				
			||||||
 | 
					    key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
 | 
				
			||||||
 | 
					    restore-keys: |
 | 
				
			||||||
 | 
					      ${{ runner.os }}-mix-
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user