mirror of
				https://github.com/actions/cache.git
				synced 2025-11-01 04:28:39 +08:00 
			
		
		
		
	Fix spacing
This commit is contained in:
		
							parent
							
								
									a86927d2a9
								
							
						
					
					
						commit
						804628ffd0
					
				|  | @ -223,9 +223,9 @@ When dependencies are installed later in the workflow, we must specify the same | |||
| 
 | ||||
| ```yaml | ||||
| - name: Bundle install | ||||
|         run: | | ||||
|           bundle config path vendor/bundle | ||||
|           bundle install --jobs 4 --retry 3 | ||||
|   run: | | ||||
|     bundle config path vendor/bundle | ||||
|     bundle install --jobs 4 --retry 3 | ||||
| ``` | ||||
| 
 | ||||
| ## Rust - Cargo | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Evan Cloutier
						Evan Cloutier