Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 8646025

Browse files
committed
ci: install libolm on build
1 parent 49f9b77 commit 8646025

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
-X 'main.BuildTime=`date -Iseconds`' \
7979
-X 'maunium.net/go/mautrix.GoModVersion=${{ env.MAUTRIX_VERSION }}'" >> $GITHUB_ENV
8080
81+
- name: Install libolm
82+
run: sudo apt-get install libolm-dev libolm3
83+
8184
- name: Build binary
8285
run: go build -ldflags "$GO_LDFLAGS" -o $BINARY_NAME ./cmd/$BINARY_NAME
8386

0 commit comments

Comments
 (0)