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 51bc801 commit e89f719Copy full SHA for e89f719
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