From 9a51418e82bfe6158cc78200517162a6fc17238c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 14 Sep 2023 11:40:04 +0200 Subject: [PATCH] gci: Update apt before installing A stale apt-get cache could otherwise cause a test failure. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7086cbb1..8d27380c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -162,6 +162,7 @@ jobs: - name: Install dependencies run: | bash -x .github/scripts/setup.sh + sudo apt-get update -qq sudo apt-get install -y -qq lowdown pip install -U pip wheel poetry # Export and then use pip to install into the current env