Skip to content

Commit 620c9b8

Browse files
committed
install cmake
1 parent acf11f3 commit 620c9b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
name: build
3333
run: |
3434
conda activate "${{ steps.reqs.outputs.envname }}"
35+
which cmake || conda install -yq cmake
3536
cmake -S . -B ./build_proj -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_PYTHON_WRAPPER=ON -DBUILD_CUDA=ON -DCMAKE_INSTALL_PREFIX=./install
3637
cmake --build ./build_proj --target install
3738
pip install ./src/Python

0 commit comments

Comments
 (0)