Skip to content

Commit 52354fb

Browse files
authored
Merge pull request #85 from xbmc/ci/omega
[CI] GitHub Actions: install gettext
2 parents 8df12ef + a0d97fc commit 52354fb

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)