fix: add cairo-devel as dep for imaging (social plugin)

This commit is contained in:
Neil Hanlon 2024-02-14 17:10:36 -05:00
parent 7128b06036
commit 83a7b1a420
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
image: docker.io/rockylinux:9
steps:
- name: Install deps
run: dnf -y install git python3 python3-pip
run: dnf -y install git python3 python3-pip cairo-devel
- name: setup ssh
env: