Skip to content

Commit 273f070

Browse files
committed
ci: download and install libkrun.pc
We need this to be able to switch krun-sys to pkg-config. Signed-off-by: Sergio Lopez <[email protected]>
1 parent a0b59b4 commit 273f070

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/code_quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Download libkrun.h
3535
run: sudo curl -o /usr/include/libkrun.h https://raw.githubusercontent.com/containers/libkrun/refs/heads/main/include/libkrun.h
3636

37+
- name: Download libkrun.pc
38+
run: sudo curl -o /usr/lib/x86_64-linux-gnu/pkgconfig/libkrun.pc https://gist.githubusercontent.com/slp/b5761d225d96d2c8879392a7b1611aee/raw/79b81aaabc34648d27916f4abcf7502d98915c50/libkrun-ubuntu.pc
39+
3740
- name: Formatting (rustfmt)
3841
run: cargo fmt -- --check
3942

0 commit comments

Comments
 (0)