diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-26 17:16:15 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-26 17:16:15 +0100 |
commit | a1154dfc20102e7a0d937cd6afff1fceba0456cf (patch) | |
tree | dbcba4fa9388945bc3bd1931df51862fd9d534e3 /.github | |
parent | Add MSC3820 (room version 11) option 2 unstable room version. (#15666) (diff) | |
parent | Fix a typographical error in changelog (diff) | |
download | synapse-a1154dfc20102e7a0d937cd6afff1fceba0456cf.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f84a4ef644..cf1899b580 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -314,7 +314,7 @@ 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 update sudo apt-get -qq install build-essential libffi-dev python-dev \ libxml2-dev libxslt-dev xmlsec1 zlib1g-dev libjpeg-dev libwebp-dev |