We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d798544 commit c36d5eeCopy full SHA for c36d5ee
.github/actions/setup/action.yml
@@ -9,7 +9,7 @@ runs:
9
using: 'composite'
10
steps:
11
- name: Install system dependencies
12
- run: sudo apt-get update && sudo apt-get install -y g++ cmake pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
+ run: sudo apt-get update && sudo apt-get install -y g++ cmake pkg-config libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
13
shell: bash
14
15
- name: Install Rust
0 commit comments