Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t committed Jun 25, 2024
1 parent 3ee952b commit e4650cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Install libolm
run: sudo apt update && sudo apt-get install -y libolm-dev

- name: Build
run: ./scripts/build.sh

0 comments on commit e4650cd

Please sign in to comment.