mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 03:21:40 +03:00
Run apt update before apt install
This commit is contained in:
parent
bafb02a996
commit
dfbb1666c8
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user