Skip to content

Commit

Permalink
Add Linux dependencies to the github workflow. I believe they're brou…
Browse files Browse the repository at this point in the history
…ght in by the new dependency on clipboard. [rebuild] [release]
  • Loading branch information
dabreegster committed Mar 15, 2021
1 parent edf3914 commit a0f1be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install dependencies
if: matrix.os == 'ubuntu-18.04'
run: sudo apt-get install libasound2-dev
run: sudo apt-get install libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev

- name: Build game
working-directory: game
Expand Down

0 comments on commit a0f1be1

Please sign in to comment.