Skip to content

Commit

Permalink
CI: Add missing build dependencies
Browse files Browse the repository at this point in the history
We need gettext and sphinx for translations and documentation,
respectively.
  • Loading branch information
Conan-Kudo committed Sep 8, 2024
1 parent 17636f0 commit 7bd5cc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
steps:
- run: dnf --assumeyes install
/usr/bin/cmake
/usr/bin/msgmerge
/usr/bin/msgfmt
/usr/bin/python3
/usr/bin/sphinx-build-3
python3-yui
python3-manatools
python3-setuptools
Expand Down

0 comments on commit 7bd5cc3

Please sign in to comment.