Skip to content

Commit

Permalink
ci: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mablin7 committed Mar 4, 2024
1 parent 9e1ff1f commit f1d5eab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
with:
toolchain: stable

# Install deps
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev pkg-config libudev-dev
# Cache cargo registry
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit f1d5eab

Please sign in to comment.