Skip to content

Commit

Permalink
Fix github pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Jan 24, 2024
1 parent 85580bb commit 7d4504c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install protobuf
run: |
sudo apt-get update
sudo apt-get install -y libprotobuf-dev libprotobuf-c-dev protobuf-compiler protobuf-c-compiler
- uses: actions-rs/cargo@v1
with:
command: doc
Expand Down

0 comments on commit 7d4504c

Please sign in to comment.