Skip to content

Commit 2624854

Browse files
committed
ci: add gettext dependency to the Composer installer step in codecov workflow
1 parent 18aa21e commit 2624854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
3030
- name: Install composer and dependencies
3131
uses: php-actions/composer@v6
32+
with:
33+
php_extensions: gettext
3234

3335
- name: PHPUnit Tests
3436
uses: php-actions/phpunit@v3

0 commit comments

Comments
 (0)