From ee7f34f18fa5fbd8fc661adf25688507ae7479d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Wed, 1 Nov 2023 16:46:10 +0100 Subject: [PATCH] fix deps --- .github/workflows/build-ota-updates.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ota-updates.yml b/.github/workflows/build-ota-updates.yml index 179518a2a2..e4a65d2205 100644 --- a/.github/workflows/build-ota-updates.yml +++ b/.github/workflows/build-ota-updates.yml @@ -1,4 +1,4 @@ -name: Build OTA translation updates +name: OTA translations on: push: @@ -8,13 +8,16 @@ on: - cron: '11 10 * * *' jobs: - check-po-validity: - name: Check translations + build-ota-translations: + name: Build OTA translations runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Install GNU gettext + run: sudo apt-get install gettext + - name: Build OTA updates run: scripts/build-ota-translations.sh