Skip to content

Commit 4557d3f

Browse files
committed
make library
1 parent 7413f18 commit 4557d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pushd GraphBLAS-${{ matrix.graphblas-version }}/build
4242
echo ${CONDA_PREFIX}
4343
cmake -DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release ..
44-
make JOBS=16
44+
make library JOBS=16
4545
make install
4646
popd
4747
- name: Build

0 commit comments

Comments
 (0)