mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +03:00
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:
parent
edf3914e4d
commit
a0f1be139b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: matrix.os == 'ubuntu-18.04'
|
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
|
- name: Build game
|
||||||
working-directory: game
|
working-directory: game
|
||||||
|
Loading…
Reference in New Issue
Block a user