Skip to content

Commit

Permalink
add protobuf to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 19, 2024
1 parent a3e44ca commit 0eb2921
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
with:
python-version: "3.11"

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
shell: bash

- name: Restore cache
id: restore-cache
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 0eb2921

Please sign in to comment.