Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
br0kenpixel committed Aug 1, 2024
1 parent 91a7747 commit 5889707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install libudev (Linux)
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libudev-dev
- name: Generate docs
run: |
cargo doc
Expand Down

0 comments on commit 5889707

Please sign in to comment.