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 b7e4507 commit 84993a0Copy full SHA for 84993a0
.github/workflows/ci.yaml
@@ -81,6 +81,7 @@ jobs:
81
- uses: actions/checkout@v2
82
with:
83
submodules: 'recursive'
84
+ - run: sudo apt-cache madison protobuf-compiler
85
- name: Install protoc
86
run: sudo apt-get install -y protobuf-compiler=3.6.1.3-2ubuntu5
87
- name: Install Rust toolchain
0 commit comments