Add protoc

This commit is contained in:
Wilfried Kopp
2022-10-05 12:16:05 +02:00
committed by Chevdor
parent 95b8a21c91
commit 62e9c425e2
+5
View File
@@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |
apt-get install -y protobuf
protoc --version
- name: Checkout repository
uses: actions/checkout@v3