mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Install libolm
This commit is contained in:
parent
54c3e573d1
commit
2bca40107a
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -144,6 +144,9 @@ jobs:
|
||||
# Note: constrained to `packages:read` only at the top of the file
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install libolm
|
||||
run: sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
|
||||
|
||||
- name: Run end-to-end tests
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
Loading…
x
Reference in New Issue
Block a user