Skip to content

Commit

Permalink
Add protobuf to the dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 20, 2023
1 parent f1067d7 commit 1cb142f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ jobs:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1

- name: Install Protobuf Compiler
run: sudo apt-get install -y protobuf-compiler

- name: Install dependencies
run: bun link

- name: Install dependencies
run: bun install

- name: Install dependencies
- name: Build dependencies
run: bun run build

- name: Build docs
Expand Down

0 comments on commit 1cb142f

Please sign in to comment.