Skip to content

Commit ea9af88

Browse files
committed
Add Language Packs to Ubuntu Images
1 parent 86a87e0 commit ea9af88

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 locales
29+
run: sudo apt-get install -y language-pack-fr language-pack-de
30+
2831
- name: Setup PHP, with composer and extensions
2932
uses: shivammathur/setup-php@v2
3033
with:

0 commit comments

Comments
 (0)