Install Locale to Avoid Some Skipped Tests

This commit is contained in:
oleibman
2024-12-23 09:01:02 -08:00
parent dfc2fe68cc
commit 320f690e12
+3
View File
@@ -25,6 +25,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install locale
run: sudo apt-get install -y language-pack-fr
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with: