Skip to content

Commit 095dc3b

Browse files
committed
Add cmake installation to building workflow
1 parent ca4bcfc commit 095dc3b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
with:
2424
python-version: ${{matrix.python-version}}
2525

26+
- name: Install CMake (Ubuntu-only)
27+
if: matrix.os == 'Ubuntu'
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install -y cmake
31+
2632
- name: Installing [pip]
2733
run: |
2834
pip install --upgrade pip

0 commit comments

Comments
 (0)