Skip to content

Commit

Permalink
add extra linux dependencies on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 30, 2021
1 parent 658d127 commit 30b12e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: linux setup
if: matrix.target.channel == 'linux'
run: |
sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: wasm setup
if: matrix.target.channel == 'wasm'
run: |
Expand Down

0 comments on commit 30b12e4

Please sign in to comment.