Skip to content

Commit 3fe3a4e

Browse files
committed
Add all recommended Ubuntu deps for Bevy.
1 parent c40a9b0 commit 3fe3a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: 'composite'
1010
steps:
1111
- name: Install system dependencies
12-
run: sudo apt-get update && sudo apt-get install -y libwayland-dev
12+
run: sudo apt-get update && sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
1313
shell: bash
1414

1515
- name: Install Rust

0 commit comments

Comments
 (0)