Skip to content

Commit 38ab808

Browse files
committed
Install protoc
1 parent d27aa82 commit 38ab808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: "Examples"
3434
matrix_linux_5_9_enabled: false
3535
matrix_linux_5_10_enabled: false
36-
matrix_linux_command: "./dev/build-examples.sh"
36+
matrix_linux_command: "apt update && apt install -y protobuf-compiler && ./dev/build-examples.sh"
3737

3838
benchmarks:
3939
name: Benchmarks

0 commit comments

Comments
 (0)