Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Nov 1, 2023
1 parent 3fb9ba5 commit ee7f34f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-ota-updates.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build OTA translation updates
name: OTA translations

on:
push:
Expand All @@ -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

Expand Down

0 comments on commit ee7f34f

Please sign in to comment.