Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix protoc install
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Oct 6, 2022
1 parent 30900e0 commit 8db577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Install tooling
run: |
apt-get install -y protobuf-compiler
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Checkout repository
Expand Down

0 comments on commit 8db577e

Please sign in to comment.