Explorar o código

Install gettext

Jeremy Stretch %!s(int64=2) %!d(string=hai) anos
pai
achega
153341c1b7
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .github/workflows/update-translation-strings.yml

+ 4 - 1
.github/workflows/update-translation-strings.yml

@@ -20,7 +20,10 @@ jobs:
       with:
         python-version: 3.11
 
-    - name: Install dependencies & set up configuration
+    - name: Install system dependencies
+      run: sudo apt install -y gettext
+
+    - name: Install Python dependencies
       run: |
         python -m pip install --upgrade pip
         pip install -r requirements.txt