Get protoc in doc workflow

This commit is contained in:
Ottatop 2024-01-21 23:47:49 -06:00
parent 1cdeb59a38
commit 699474d2c9

View file

@ -22,6 +22,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Get protoc
run: sudo apt install protobuf-compiler
- name: Build docs - name: Build docs
run: cd ./api/rust && cargo doc run: cd ./api/rust && cargo doc
- name: Create index.html - name: Create index.html