Skip to content

Commit a81236b

Browse files
committed
check if protoc is in ci
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 7df4078 commit a81236b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
/home/runner/.local/bin/toxiproxy-server --version
110110
- name: Clean up files
111111
run: ./mvnw clean -B
112+
- name: Check protoc version
113+
run: protoc --version || echo "protoc not found"
112114
- name: Build sdk
113115
run: ./mvnw compile -B -q
114116
- name: Unit tests

0 commit comments

Comments
 (0)