Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWoods committed Mar 18, 2024
1 parent b796760 commit 9008869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Install dependencies
run: |
cargo install mdbook
sudo apt-get update
sudo apt-get install -y libudev-dev
# This is a hack to get it building. TODO: address properly
- name: Generate rustdoc documentation
run: |
cargo xtask doc pages/doc/
Expand Down

0 comments on commit 9008869

Please sign in to comment.