From 596f74e03ad15b2ede3a0ac1aee38bb2e7087957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Laurent?= Date: Mon, 30 May 2022 15:15:09 +0200 Subject: [PATCH] missing gettext for post tasks --- .github/workflows/releases.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 6b218e8..b150801 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -19,6 +19,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: install deps + run: apt install -y gettext + # PHP - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -97,5 +100,5 @@ jobs: # final "cleanup" - name: post job run: | - ./scripts/link_modules_resources.sh - ./scripts/compile_translations.sh + bash -xe ./scripts/link_modules_resources.sh + bash -xe ./scripts/compile_translations.sh