Skip to content

Commit

Permalink
update libs in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Sep 10, 2022
1 parent 2697e43 commit 2186035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'

- name: install deps for linux
run: sudo apt-get install libasound2-dev libudev-dev pkg-config
run: sudo apt-get install libasound2-dev libudev-dev pkg-config libx11-dev
if: matrix.os == 'ubuntu-latest'

- name: Build app
Expand Down

0 comments on commit 2186035

Please sign in to comment.