Skip to content

Commit

Permalink
Deploy dev docs - install dependencies (bevyengine#4222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf authored and ItsDoot committed Feb 1, 2023
1 parent 3c66f50 commit 918b443
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 918b443

Please sign in to comment.