Skip to content

Commit

Permalink
fix(ci): install bevy deps for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen committed Jan 19, 2024
1 parent 8cd7910 commit 514f551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ concurrency:
group: 'pages'
cancel-in-progress: false

env:
CARGO_TERM_COLOR: always

jobs:
# Single deploy job since we're just deploying
deploy:
Expand All @@ -31,6 +34,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 514f551

Please sign in to comment.