We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b274635 commit 897f8f7Copy full SHA for 897f8f7
1 file changed
.github/actions/setup-and-build/action.yml
@@ -27,7 +27,7 @@ runs:
27
shell: bash
28
run: |
29
sudo apt-get update
30
- sudo apt-get install -y libudev-dev pkg-config build-essential
+ sudo apt-get install -y libudev-dev pkg-config build-essential protobuf-compiler
31
32
- name: Load versions
33
id: versions
0 commit comments