Skip to content

Commit ee04bc6

Browse files
authored
Update build_wheels_windows.yml
1 parent b3190f6 commit ee04bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels_windows.yml

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

0 commit comments

Comments
 (0)