Skip to content

Commit

Permalink
ci: install libolm on build
Browse files Browse the repository at this point in the history
  • Loading branch information
purpshell committed Nov 6, 2024
1 parent 49f9b77 commit 8646025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
-X 'main.BuildTime=`date -Iseconds`' \
-X 'maunium.net/go/mautrix.GoModVersion=${{ env.MAUTRIX_VERSION }}'" >> $GITHUB_ENV
- name: Install libolm
run: sudo apt-get install libolm-dev libolm3

- name: Build binary
run: go build -ldflags "$GO_LDFLAGS" -o $BINARY_NAME ./cmd/$BINARY_NAME

Expand Down

0 comments on commit 8646025

Please sign in to comment.