Skip to content
Snippets Groups Projects
Commit 485a4c31 authored by Wilfried Kopp's avatar Wilfried Kopp Committed by Chevdor
Browse files

Add protoc

parent 0a92a71a
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment