Skip to content

Commit

Permalink
chore(ci): fix rustdoc (#2129)
Browse files Browse the repository at this point in the history
* chore(ci): fix rustdoc

* fix

* Install missing libs

---------

Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
  • Loading branch information
justprosh and nahsi committed Mar 4, 2024
1 parent e00f1dd commit b870e1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install libhwloc and libudev
run: apt install -y libhwloc-dev libudev-dev

- name: Install Protoc
uses: arduino/setup-protoc@v1

Expand Down

0 comments on commit b870e1a

Please sign in to comment.