File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146            sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip 
147147
148148   windows-latest-cmake :
149-     runs-on : windows-2025  
149+     runs-on : windows-2022  
150150
151151    env :
152152      VULKAN_VERSION : 1.3.261.1 
@@ -194,18 +194,18 @@ jobs:
194194          write-host "Installing AMD HIP SDK" 
195195          Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -Wait 
196196          write-host "Completed AMD HIP SDK installation" 
197-           Add-Content $env:HIP_PATH $(Resolve-Path 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | split-path | split-path) 
198-           Add-Content $env:GITHUB_PATH "${env:HIP_PATH}" 
199197
200198       - name : Verify ROCm 
201199        id : rocm-verify 
202200        if : ${{ matrix.build == 'rocm' }} 
203201        run : | 
202+           Add-Content $env:HIP_PATH $(Resolve-Path 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | split-path | split-path) 
203+           Add-Content $env:GITHUB_PATH "${env:HIP_PATH}" 
204204          & 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' --version 
205205
206206       - name : Install Ninja 
207207        id : install-ninja 
208-         if : ${{ matrix.build == 'rocm5.5 ' }} 
208+         if : ${{ matrix.build == 'rocm ' }} 
209209        uses : urkle/action-get-ninja@v1 
210210        with :
211211          version : 1.11.1 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments