Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb83796

Browse files
authoredJun 1, 2025
Update build_wheels_windows.yml
1 parent 83443a5 commit bb83796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
set "OpenBLAS_HOME=%CD%"
9191
set "PATH=%OpenBLAS_HOME%\bin;%PATH%"
92-
powershell -Command "(Get-Content /lib/cmake/openblas/OpenBLASConfig.cmake) -replace 'win32/include', 'include' -replace 'win64/include', 'include' -replace 'win32/bin', 'bin' -replace 'win64/bin', 'bin' | Set-Content /lib/cmake/openblas/OpenBLASConfig.cmake"
92+
powershell -Command "(Get-Content lib/cmake/openblas/OpenBLASConfig.cmake) -replace 'win32/include', 'include' -replace 'win64/include', 'include' -replace 'win32/bin', 'bin' -replace 'win64/bin', 'bin' | Set-Content lib/cmake/openblas/OpenBLASConfig.cmake"
9393
9494
if exist %OpenBLAS_HOME%\bin\libopenblas.dll (
9595
copy /y %OpenBLAS_HOME%\bin\libopenblas.dll %OpenBLAS_HOME%\bin\libopenblas.exp.dll

0 commit comments

Comments
 (0)
Please sign in to comment.