Skip to content

Commit

Permalink
protoc idk
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 23, 2024
1 parent 079cf00 commit e53ad9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
python-version: "3.11"

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libudev-dev pkg-config
- name: Restore cache
id: restore-cache
uses: actions/cache/restore@v3
Expand Down

0 comments on commit e53ad9e

Please sign in to comment.