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 6ff17ea commit 0d05922Copy full SHA for 0d05922
.github/workflows/docs.yml
@@ -23,6 +23,9 @@ jobs:
23
toolchain: stable
24
override: true
25
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
+
29
# This does the following:
30
# - Replaces the docs icon with one that clearly denotes it's not the released package on crates.io
31
# - Adds a meta tag that forces Google not to index any page on the site.
0 commit comments