mirror of
				https://gitea.com/actions/cache.git
				synced 2025-11-02 07:47:08 +00:00 
			
		
		
		
	Add sample cache for Erlang with Rebar3
This commit is contained in:
		
							
								
								
									
										13
									
								
								examples.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								examples.md
									
									
									
									
									
								
							@@ -4,6 +4,7 @@
 | 
				
			|||||||
  - [C# - NuGet](#c---nuget)
 | 
					  - [C# - NuGet](#c---nuget)
 | 
				
			||||||
  - [D - DUB](#d---dub)
 | 
					  - [D - DUB](#d---dub)
 | 
				
			||||||
  - [Elixir - Mix](#elixir---mix)
 | 
					  - [Elixir - Mix](#elixir---mix)
 | 
				
			||||||
 | 
					  - [Erlang - Rebar3](#erlang--rebar3)
 | 
				
			||||||
  - [Go - Modules](#go---modules)
 | 
					  - [Go - Modules](#go---modules)
 | 
				
			||||||
  - [Haskell - Cabal](#haskell---cabal)
 | 
					  - [Haskell - Cabal](#haskell---cabal)
 | 
				
			||||||
  - [Java - Gradle](#java---gradle)
 | 
					  - [Java - Gradle](#java---gradle)
 | 
				
			||||||
@@ -104,6 +105,18 @@ steps:
 | 
				
			|||||||
      ${{ runner.os }}-mix-
 | 
					      ${{ runner.os }}-mix-
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Erlang - Rebar3
 | 
				
			||||||
 | 
					```yaml
 | 
				
			||||||
 | 
					- uses: actions/cache@v2
 | 
				
			||||||
 | 
					  with:
 | 
				
			||||||
 | 
					    path: |
 | 
				
			||||||
 | 
					      ~/.cache/rebar3
 | 
				
			||||||
 | 
					      _build
 | 
				
			||||||
 | 
					    key: ${{ runner.os }}-erlang-${{ env.OTP_VERSION }}-${{ hashFiles('**/*rebar.lock') }}
 | 
				
			||||||
 | 
					    restore-keys: |
 | 
				
			||||||
 | 
					      ${{ runner.os }}-erlang-${{ env.OTP_VERSION }}-
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Go - Modules
 | 
					## Go - Modules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user