We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee04bc6 commit 83443a5Copy full SHA for 83443a5
1 file changed
.github/workflows/build_wheels_windows.yml
@@ -89,7 +89,7 @@ jobs:
89
90
set "OpenBLAS_HOME=%CD%"
91
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"
+ 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"
93
94
if exist %OpenBLAS_HOME%\bin\libopenblas.dll (
95
copy /y %OpenBLAS_HOME%\bin\libopenblas.dll %OpenBLAS_HOME%\bin\libopenblas.exp.dll
0 commit comments