mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 02:55:46 +03:00
parent
4ec40b16ac
commit
5dc1f25c53
2 changed files with 3 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -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:
|
||||
|
|
1
changelog.d/15626.misc
Normal file
1
changelog.d/15626.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix the olddeps CI.
|
Loading…
Reference in a new issue