There was an error while loading. Please reload this page.
1 parent bbf1561 commit c0da93aCopy full SHA for c0da93a
1 file changed
.github/workflows/build.yml
@@ -17,6 +17,10 @@ jobs:
17
CC: clang
18
CXX: clang++
19
steps:
20
+ - name: Install gettext
21
+ run: |
22
+ sudo apt-get update -qq
23
+ sudo apt-get install -y gettext
24
- name: Checkout Kodi repo
25
uses: actions/checkout@v5
26
with:
0 commit comments