We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf92ef commit 596ed98Copy full SHA for 596ed98
.github/workflows/rust.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install Linux dependencies
34
run: |
35
sudo apt-get update
36
- sudo apt-get install -y libwayland-dev libxkbcommon-dev
+ sudo apt-get install -y libwayland-dev libxkbcommon-dev libx11-dev
37
38
- name: Build
39
run: cargo build --release
0 commit comments