Skip to content

Commit 320f690

Browse files
committed
Install Locale to Avoid Some Skipped Tests
1 parent dfc2fe6 commit 320f690

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

28+
- name: Install locale
29+
run: sudo apt-get install -y language-pack-fr
30+
2831
- name: Setup PHP, with composer and extensions
2932
uses: shivammathur/setup-php@v2
3033
with:

0 commit comments

Comments
 (0)