File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107
108108if : ${{ contains(matrix.config.label,'ubuntu') && (matrix.config.toolset == 'clang') && (steps.cache-acl-restore.outputs.cache-hit != 'true') }} 
109109        name : Install clang 
110-         uses : KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc  
110+         uses : KyleMayes/install-llvm-action@98e68e10c96dffcb7bfed8b2144541a66b49aa02  
111111        with :
112112          version : ${{ fromJson(steps.get-versions.outputs.output).dependencies.clang }} 
113113
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116
117117if : ${{ (contains(matrix.config.label,'ubuntu') && (matrix.config.toolset == 'clang')) }} 
118118        name : Install clang 
119-         uses : KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc  
119+         uses : KyleMayes/install-llvm-action@98e68e10c96dffcb7bfed8b2144541a66b49aa02  
120120        with :
121121          version : ${{ fromJson(steps.get-versions.outputs.output).dependencies.clang }} 
122122
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments