missing gettext for post tasks

pull/434/head
Rémi Laurent 2022-05-30 15:15:09 +02:00
parent 973e51933c
commit 596f74e03a
1 changed files with 5 additions and 2 deletions

View File

@ -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