mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-30 20:22:28 +00:00 
			
		
		
		
	Update Mint example
This commit is contained in:
		
							parent
							
								
									84e54000da
								
							
						
					
					
						commit
						d6217569d5
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -647,12 +647,12 @@ whenever possible: | |||
| 
 | ||||
| ```yaml | ||||
| env: | ||||
|   MINT_PATH: mint/lib | ||||
|   MINT_LINK_PATH: mint/bin | ||||
|   MINT_PATH: .mint/lib | ||||
|   MINT_LINK_PATH: .mint/bin | ||||
| steps: | ||||
|   - uses: actions/cache@v2 | ||||
|   - uses: actions/cache@v3 | ||||
|     with: | ||||
|       path: mint | ||||
|       path: .mint | ||||
|       key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }} | ||||
|       restore-keys: | | ||||
|         ${{ runner.os }}-mint- | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue