Skip to content

Commit

Permalink
Deploy dev docs - install dependencies (#4222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Mar 16, 2022
1 parent 21f6760 commit 026563c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
toolchain: stable
override: true

- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev

# This does the following:
# - Replaces the docs icon with one that clearly denotes it's not the released package on crates.io
# - Adds a meta tag that forces Google not to index any page on the site.
Expand Down

0 comments on commit 026563c

Please sign in to comment.