Skip to content

Commit acbb901

Browse files
committed
idk
1 parent 988c023 commit acbb901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ 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)
197+
Add-Content $env:HIP_PATH $(Resolve-Path 'C:\Program Files\AMD\*\*\bin\clang.exe' | split-path | split-path)
198198
Add-Content $env:GITHUB_PATH "${env:HIP_PATH}"
199199
200200
- name: Verify ROCm

0 commit comments

Comments
 (0)