Skip to content

Commit 48ae7cf

Browse files
author
Piotr Hałas
committed
ci: install cmake 3.26+ via pip for Ubuntu 22.04 compatibility
1 parent 427cfad commit 48ae7cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: Install build dependencies
4747
run: |
4848
sudo apt-get update
49-
sudo apt-get install -y cmake build-essential pkg-config
49+
sudo apt-get install -y build-essential pkg-config python3-pip
50+
pip3 install cmake>=3.26
51+
cmake --version
5052
5153
- name: Build Piper
5254
run: |

0 commit comments

Comments
 (0)