Skip to content

Commit

Permalink
Get packages list before apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed May 9, 2020
1 parent 4cd2e04 commit 17bc2ae
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 17bc2ae

Please sign in to comment.