From f1428e4b26d4b29339d7a3855c566a1b0adee326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= Date: Thu, 9 Mar 2023 11:19:36 +0100 Subject: Install gettext diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b6eb2a5..309d674 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install gettext + run: apt-get install gettext - name: setup run: ./tools/setup - name: configure -- cgit v0.10-9-g596f