commit:     0480258c13997a5eb468692b85edca2ee56cfdd9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 22:39:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 22:39:09 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0480258c

.github/workflows/ci.yml: run 'apt update'

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 581b2d04d..c6b96a8f0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
     - name: Install python dependencies
       run: |
         set -xe
+        sudo apt-get update
         sudo apt-get install -y --no-install-recommends libxslt-dev 
libxml2-dev libxml2-utils zstd
         python -VV
         python -m site

Reply via email to