Skip to content

Commit 4509c20

Browse files
authored
Update build_wheels_windows.yml
1 parent f6bb4fc commit 4509c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
if exist %OpenBLAS_HOME%\bin\libopenblas.dll (
9494
copy /y %OpenBLAS_HOME%\bin\libopenblas.dll %OpenBLAS_HOME%\bin\libopenblas.exp.dll
9595
)
96-
96+
echo Listing OpenBLAS directory:
97+
dir %OpenBLAS_HOME%\bin
9798
echo Finished OpenBLAS setup
9899
cd ..
99100
echo set "OpenBLAS_HOME=%OpenBLAS_HOME%" > set_openblas_env.cmd

0 commit comments

Comments
 (0)