Link with prebuilt OpenBLAS and fix shared libs build on Windows (#3036)

This commit is contained in:
Cheng
2026-01-23 11:17:26 +09:00
committed by GitHub
parent becc769012
commit 1650c4905a
6 changed files with 33 additions and 52 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ runs:
DEVICE: cpu
run: |
echo "::group::CPP tests - CPU"
./build/tests/tests -tce="*gguf*,test random uniform"
./build/tests.exe -tce="*gguf*,test random uniform"
echo "::endgroup::"