Skip to content

Commit

Permalink
Merge pull request #4143 from pnorman/gh_actions_xmllint
Browse files Browse the repository at this point in the history
Get packages list before apt-get install
  • Loading branch information
pnorman authored May 9, 2020
2 parents 025d9ce + 17bc2ae commit 5724017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: Set up Python
run: |
python -m pip install pyyaml colormath
- name: Set up apt
run: sudo apt-get update -qq
- name: Set up xmllint
run: sudo apt-get install -qq --no-install-recommends libxml2-utils
- name: Set up shell
Expand Down

0 comments on commit 5724017

Please sign in to comment.