Skip to content

Commit

Permalink
chore(ci): run apt update before install
Browse files Browse the repository at this point in the history
During some runs, apt-get install fails on 404 due to packages not found
in remote ubuntu repositories. This is generally due to out-of-date
repository metadata and is fixed by a simple update.
  • Loading branch information
rezib committed Jan 24, 2025
1 parent 986cc7a commit 1411ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Install tests dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential python3-dev libldap2-dev libsasl2-dev libcairo2-dev libgirepository1.0-dev libpango1.0-dev
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1411ead

Please sign in to comment.