We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdbc65 commit 2b024e0Copy full SHA for 2b024e0
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
submodules: 'recursive'
19
+ - name: Install Protoc
20
+ uses: arduino/setup-protoc@v3
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments