Skip to content

Commit a0d97fc

Browse files
committed
[CI] GitHub Actions: install gettext
1 parent 8df12ef commit a0d97fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
CC: clang
1818
CXX: clang++
1919
steps:
20+
- name: Install gettext
21+
run: |
22+
sudo apt-get update -qq
23+
sudo apt-get install -y gettext
2024
- name: Checkout Kodi repo
2125
uses: actions/checkout@v5
2226
with:

0 commit comments

Comments
 (0)