Skip to content

Commit b22adb4

Browse files
committed
update ci
1 parent 2880616 commit b22adb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
mkdir build
3737
cd build
38-
cmake .. -DBUILD_SHARED_LIBS=ON -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF
38+
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF
3939
cmake --build . --config Release --parallel $(nproc)
4040
4141
- name: Test
@@ -306,7 +306,7 @@ jobs:
306306
checksum: getCheckSum("./build-cmake-macOS/server"),
307307
url: s3Path + 'macOS-x86-64',
308308
},
309-
cublas: {
309+
metal: {
310310
checksum: getCheckSum("./build-cmake-macOS-metal/server"),
311311
url: s3Path + 'macOS-x86-64-metal'
312312
},

0 commit comments

Comments
 (0)