Skip to content

Commit

Permalink
apt install protobuf-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubadamw committed Sep 21, 2024
1 parent 81dbd9c commit 8cf384b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install the required dependencies
run: |
sudo apt install protobuf-compiler
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8cf384b

Please sign in to comment.