Run apt update before apt install

This commit is contained in:
Fabrice Reix 2022-08-08 12:13:42 +02:00
parent bafb02a996
commit dfbb1666c8
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155

View File

@ -50,7 +50,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install xmllint
run: sudo apt install -y libxml2-utils
run: sudo apt update && sudo apt install -y libxml2-utils
- name: Check XML/HTML files
run: bin/check/xmllint.sh