|  |  | @ -70,8 +70,8 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |           ~/Library/Caches/pipenv |  |  |  |           ~/Library/Caches/pipenv | 
			
		
	
		
		
			
				
					
					|  |  |  |           /usr/local/Cellar |  |  |  |           /usr/local/Cellar | 
			
		
	
		
		
			
				
					
					|  |  |  |           ~/github_brew_cache_entries.txt |  |  |  |           ~/github_brew_cache_entries.txt | 
			
		
	
		
		
			
				
					
					|  |  |  |         key: macos-deps-${{ hashFiles('tools/mac_setup.sh') }} |  |  |  |         key: macos-cache-${{ hashFiles('tools/mac_setup.sh') }} | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         restore-keys: macos-deps- |  |  |  |         restore-keys: macos-cache- | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     - name: Brew link restored dependencies |  |  |  |     - name: Brew link restored dependencies | 
			
		
	
		
		
			
				
					
					|  |  |  |       if: steps.dependency-cache.outputs.cache-hit == 'true' |  |  |  |       if: steps.dependency-cache.outputs.cache-hit == 'true' | 
			
		
	
		
		
			
				
					
					|  |  |  |       run: | |  |  |  |       run: | | 
			
		
	
	
		
		
			
				
					|  |  | @ -92,6 +92,7 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |             rm -rf "$pkg" |  |  |  |             rm -rf "$pkg" | 
			
		
	
		
		
			
				
					
					|  |  |  |           fi |  |  |  |           fi | 
			
		
	
		
		
			
				
					
					|  |  |  |         done |  |  |  |         done | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         comm -13 <(echo "$EXISTING_CELLAR") <(echo "$new_cellar") | tee ~/github_brew_cache_entries.txt | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   build_webcam: |  |  |  |   build_webcam: | 
			
		
	
		
		
			
				
					
					|  |  |  |     name: build webcam |  |  |  |     name: build webcam | 
			
		
	
	
		
		
			
				
					|  |  | 
 |