Skip to content

Commit

Permalink
Install missing library in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
null-dev committed May 1, 2021
1 parent a16685e commit b30afae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
x86_64-unknown-linux-gnu,
]
steps:
- name: Install required libraries
run: |
sudo apt-get update
sudo apt-get install liblzma-dev -y
- name: Install 32-bit libraries
if: matrix.target == 'i686-unknown-linux-gnu'
run: |
Expand Down

0 comments on commit b30afae

Please sign in to comment.