We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27aa82 commit 38ab808Copy full SHA for 38ab808
.github/workflows/pull_request.yml
@@ -33,7 +33,7 @@ jobs:
33
name: "Examples"
34
matrix_linux_5_9_enabled: false
35
matrix_linux_5_10_enabled: false
36
- matrix_linux_command: "./dev/build-examples.sh"
+ matrix_linux_command: "apt update && apt install -y protobuf-compiler && ./dev/build-examples.sh"
37
38
benchmarks:
39
name: Benchmarks
0 commit comments