From 17bc2ae314b859745e8b9595c3d8f1bd90e90544 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Fri, 8 May 2020 23:27:19 -0700 Subject: [PATCH] Get packages list before apt-get install --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed7d705f2b..817aab80c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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