Skip to content

Commit

Permalink
gci: Update apt cache before installing
Browse files Browse the repository at this point in the history
CI was broken due to an outdated repository cache, pointing to a
yanked file.

Changelog-None
  • Loading branch information
cdecker committed Sep 15, 2023
1 parent e66d642 commit 5fabfd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,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
Expand Down

0 comments on commit 5fabfd6

Please sign in to comment.