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

Fix protoc install

parent 87e6383c
Branches
No related merge requests found
......@@ -13,7 +13,7 @@ jobs:
steps:
- name: Install tooling
run: |
apt-get install -y protobuf-compiler
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Checkout repository
......
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