Skip to content

Commit 3b41928

Browse files
committed
ci: Add missing apt-get update
1 parent fdf2a37 commit 3b41928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/translations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Installing package dependencies
3737
run: |
3838
composer install --ignore-platform-reqs --no-interaction
39+
sudo apt-get update
3940
sudo apt-get install -y gettext moreutils
4041
4142
- name: Build file list to proceed

0 commit comments

Comments
 (0)