Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3fbfab0

Browse files
committed
fix(ci-windows): Update nproc
1 parent 3da740a commit 3fbfab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
mkdir build
276276
cd build
277277
cmake .. ${{ matrix.defines }}
278-
cmake --build . --config Release -j $(nproc)
278+
cmake --build . --config Release -j 4
279279
280280
- name: Add libopenblas.dll
281281
id: add_libopenblas_dll
@@ -347,7 +347,7 @@ jobs:
347347
mkdir build
348348
cd build
349349
cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON -DBUILD_SHARED_LIBS=ON
350-
cmake --build . --config Release -j $(nproc)
350+
cmake --build . --config Release -j 4
351351
352352
- name: Extract branch name
353353
shell: cmd

0 commit comments

Comments
 (0)