From 50d56ccbe888afe8f0bc172d64f24768a4f4f94e Mon Sep 17 00:00:00 2001
From: Zlatin Balevsky <zlatinb@gmail.com>
Date: Fri, 11 Feb 2022 19:46:27 +0000
Subject: [PATCH] gettext

---
 .github/workflows/ant.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
index ef7655a641..4001978fc9 100644
--- a/.github/workflows/ant.yml
+++ b/.github/workflows/ant.yml
@@ -10,6 +10,8 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
+      - name: GetText
+        run: sudo apt install gettext
       - uses: actions/checkout@v2
       - name: Set up JDK 8
         uses: actions/setup-java@v2
-- 
GitLab