mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
we need uuidgen, not uuid command. former is part of utils-linux
This commit is contained in:
parent
10797cf6a4
commit
296ee30b9d
@ -13,7 +13,7 @@ steps:
|
||||
- "chmod +x ./scripts/ci/*.sh"
|
||||
- "chmod +x ./scripts/*"
|
||||
- "apt-get update"
|
||||
- "apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev uuid"
|
||||
- "apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev util-linux"
|
||||
- "./scripts/ci/install-deps.sh"
|
||||
- "./scripts/ci/end-to-end-tests.sh"
|
||||
plugins:
|
||||
|
Loading…
Reference in New Issue
Block a user