gci: Update apt before installing

A stale apt-get cache could otherwise cause a test failure.
This commit is contained in:
Christian Decker 2023-09-14 11:40:04 +02:00
parent d82d561593
commit 9a51418e82

View file

@ -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