Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix olddeps build (#15626)
Browse files Browse the repository at this point in the history
Do an `apt update` before install packages.
  • Loading branch information
clokep committed May 18, 2023
1 parent 4ec40b1 commit 5dc1f25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,9 @@ jobs:
# There aren't wheels for some of the older deps, so we need to install
# their build dependencies
- run: |
sudo apt update
sudo apt-get -qq install build-essential libffi-dev python-dev \
libxml2-dev libxslt-dev xmlsec1 zlib1g-dev libjpeg-dev libwebp-dev
libxml2-dev libxslt-dev xmlsec1 zlib1g-dev libjpeg-dev libwebp-dev
- uses: actions/setup-python@v4
with:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/15626.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the olddeps CI.

0 comments on commit 5dc1f25

Please sign in to comment.