gci: Update apt cache before installing

CI was broken due to an outdated repository cache, pointing to a
yanked file.

Changelog-None
This commit is contained in:
Christian Decker
2023-09-15 12:30:21 +02:00
parent 2a870eb5fa
commit 305579305d

View File

@@ -364,6 +364,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -yyq valgrind
pip3 install --user pip wheel poetry
poetry install