Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 62820cc

Browse files
sophokles73SebastianSchildt
authored andcommitted
Install protoc via apt-get install
Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
1 parent e754f32 commit 62820cc

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/kuksa_databroker-cli_build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Install Protoc
36-
uses: arduino/setup-protoc@v1
37-
with:
38-
version: '3.x'
36+
run: sudo apt-get install -y protobuf-compiler
3937
- uses: actions/checkout@v3
4038
- name: cargo fmt
4139
working-directory: ${{github.workspace}}

.github/workflows/kuksa_databroker_build.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Install Protoc
36-
uses: arduino/setup-protoc@v1
37-
with:
38-
version: '3.x'
36+
run: sudo apt-get install -y protobuf-compiler
3937
- uses: actions/checkout@v3
4038
- name: cargo fmt
4139
working-directory: ${{github.workspace}}
@@ -50,9 +48,7 @@ jobs:
5048

5149
steps:
5250
- name: Install Protoc
53-
uses: arduino/setup-protoc@v1
54-
with:
55-
version: '3.x'
51+
run: sudo apt-get install -y protobuf-compiler
5652
- uses: actions/checkout@v3
5753
- uses: actions-rs/install@v0.1
5854
with:

0 commit comments

Comments
 (0)