Skip to content

Commit 026563c

Browse files
committed
1 parent 21f6760 commit 026563c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
toolchain: stable
2424
override: true
2525

26+
- name: Install alsa and udev
27+
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
28+
2629
# This does the following:
2730
# - Replaces the docs icon with one that clearly denotes it's not the released package on crates.io
2831
# - Adds a meta tag that forces Google not to index any page on the site.

0 commit comments

Comments
 (0)