Merge pull request #753 from PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -145,7 +145,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Setup ccache
 | 
					      - name: Setup ccache
 | 
				
			||||||
        if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug'
 | 
					        if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug'
 | 
				
			||||||
        uses: hendrikmuhs/ccache-action@v1.2.7
 | 
					        uses: hendrikmuhs/ccache-action@v1.2.8
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }}
 | 
					          key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user