From 2126f567b01a35ec71760f22ab1c72ebc5a36161 Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Wed, 8 Nov 2023 11:25:06 +0000 Subject: [PATCH] ci: fix ci github action install missing gettext --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 373fe9f..709ec25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,8 @@ jobs: - name: Run lint run: ECOMMERCE_SOURCE_PATH=../ecommerce make -C ecommerce-nau-extensions lint + - name: Install gettext package + run: sudo apt-get install -y gettext + - name: Extract translations and detect changed source translations run: make -C ecommerce-nau-extensions extract_translations detect_changed_source_translations