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.
2 parents 8449025 + e89f719 commit 9af511aCopy full SHA for 9af511a
1 file changed
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
46
runs-on: ${{ matrix.platform.host }}
47
steps:
48
+ - name: Install Protoc
49
+ uses: arduino/setup-protoc@v1
50
- name: Checkout sources
51
uses: actions/checkout@v2
52
@@ -91,6 +93,8 @@ jobs:
91
93
lint-rust:
92
94
runs-on: ubuntu-latest
95
96
97
98
99
100
0 commit comments