Skip to content

Commit e31963b

Browse files
committed
ci: update packages before installation
This prevents the error: E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/libx/libxml2/libxml2-utils_2.9.14%2bdfsg-1.3ubuntu3.4_amd64.deb 404 Not Found
1 parent 3885ea4 commit e31963b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/xliff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
fetch-depth: 1
2424
- name: Install package
2525
run: |
26+
sudo apt-get update
2627
sudo apt-get -y install libxml2-utils
2728
- name: Validate XLIFF files
2829
run: |

0 commit comments

Comments
 (0)