Add Linux dependencies to the github workflow. I believe they're brought in by the new dependency on clipboard. [rebuild] [release]

This commit is contained in:
Dustin Carlino 2021-03-14 19:49:55 -07:00
parent edf3914e4d
commit a0f1be139b

View File

@ -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