Skip to content

Commit a8973fc

Browse files
committed
Install python3-dev and pkg-config
Signed-off-by: Pierangelo Di Pilato <[email protected]>
1 parent 97e7e80 commit a8973fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-pr-checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
go-version-file: ./go.mod
2222
cache-dependency-path: ./go.sum
2323

24-
- name: Install libzmq dependencies (kvcache/kvevents)
24+
- name: Install libzmq and Python dependencies (kvcache/kvevents)
2525
run: |
2626
sudo apt-get update
27+
sudo apt-get install -y pkg-config python3-dev
2728
make download-zmq
2829
2930
- name: Set PKG_CONFIG_PATH

0 commit comments

Comments
 (0)