Skip to content

Commit 4761457

Browse files
committed
Fix CI: macos13_x64 (disable blas)
1 parent 55bf86c commit 4761457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
-DCMAKE_BUILD_RPATH="@loader_path" \
127127
-DLLAMA_FATAL_WARNINGS=ON \
128128
-DGGML_METAL=OFF \
129+
-DGGML_BLAS=OFF \
129130
-DGGML_RPC=ON
130131
cmake --build build --config Release -j $(sysctl -n hw.logicalcpu)
131132

0 commit comments

Comments
 (0)