Skip to content

Commit 147edd5

Browse files
committed
Add cmake and build-essential
1 parent 84a69a2 commit 147edd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
- name: Checkout repository
6161
uses: actions/checkout@v6
6262

63-
- name: Install Python ${{ matrix.python-version }}
63+
- name: Install build dependencies
6464
run: |
6565
apt-get update
66-
apt-get install -y software-properties-common
66+
apt-get install -y software-properties-common cmake build-essential git
6767
add-apt-repository -y ppa:deadsnakes/ppa
6868
apt-get update
6969
apt-get install -y python${{ matrix.python-version }} python${{ matrix.python-version }}-venv python${{ matrix.python-version }}-dev

0 commit comments

Comments
 (0)