Update .github/workflows/docs.yml

Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
This commit is contained in:
Chevdor
2022-10-05 12:40:57 +02:00
parent 62e9c425e2
commit f836f83c87
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Install tooling
run: |
apt-get install -y protobuf
apt-get install -y protobuf-compiler
protoc --version
- name: Checkout repository