Skip to content

Commit

Permalink
Fix build.yml for Linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed May 5, 2023
1 parent 6939bbc commit 9d994b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install \
ninja-build
ninja-build \
libxi-dev libxcursor-dev libgl-dev libasound2-dev
- name: "Install C2CS"
shell: bash
Expand Down

0 comments on commit 9d994b8

Please sign in to comment.