@@ -28,7 +28,11 @@ jobs:
 | 
				
			|||||||
            tools/
 | 
					            tools/
 | 
				
			||||||
            zephyr/
 | 
					            zephyr/
 | 
				
			||||||
            bootloader/
 | 
					            bootloader/
 | 
				
			||||||
          key: ${{ hashFiles('app/west.yml') }}
 | 
					          key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }}
 | 
				
			||||||
 | 
					          restore-keys: |
 | 
				
			||||||
 | 
					            ${{ runner.os }}-build-${{ env.cache-name }}-
 | 
				
			||||||
 | 
					            ${{ runner.os }}-build-
 | 
				
			||||||
 | 
					            ${{ runner.os }}-
 | 
				
			||||||
        timeout-minutes: 2
 | 
					        timeout-minutes: 2
 | 
				
			||||||
        continue-on-error: true
 | 
					        continue-on-error: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user