Skip to content

Commit

Permalink
CI: Explisite install glib2
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored Sep 19, 2024
1 parent f37ef4f commit b657bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test-command = "pytest -rP {package}/tests"
before-all = [
"dnf group install -y 'Development Tools'",
"dnf install -y epel-release",
"dnf install -y ImageMagick-devel",
"dnf install -y ImageMagick-devel glib2-devel",
"cd libs",
"git clone --branch $CHAFA_VERSION https://github.com/hpjansson/chafa libchafa_src",
"cd libchafa_src",
Expand Down

0 comments on commit b657bb7

Please sign in to comment.