Skip to content

Commit

Permalink
install deps in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Jan 12, 2024
1 parent f7d199f commit c722cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Install misc dependencies
run: sudo rm /var/lib/dpkg/lock-frontend && sudo rm /var/lib/dpkg/lock && sudo apt-get install -y protobuf-compiler m4
- name: Generate docs
run: |
cargo doc --workspace --all-features --release --document-private-items --target-dir ./generated_docs
Expand Down

0 comments on commit c722cfd

Please sign in to comment.