Skip to content

Commit

Permalink
gci: Update apt before installing
Browse files Browse the repository at this point in the history
A stale apt-get cache could otherwise cause a test failure.
  • Loading branch information
cdecker committed Sep 14, 2023
1 parent cde62c5 commit 57541e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,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
Expand Down Expand Up @@ -379,6 +380,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 57541e3

Please sign in to comment.