Install libolm

This commit is contained in:
Kegan Dougal 2023-10-11 16:57:15 +01:00
parent 54c3e573d1
commit 2bca40107a

View File

@ -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