We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea54c5d commit 93e71a3Copy full SHA for 93e71a3
.github/workflows/test.yml
@@ -16,7 +16,6 @@ jobs:
16
- name: Install Rust Toolchain
17
run: rustup toolchain install stable --profile minimal --no-self-update
18
- name: Install protoc
19
- uses: arduino/setup-protoc@v3
+ uses: arduino/setup-protoc@v3
20
- name: Run Cargo Tests
21
run: cargo test
22
-
0 commit comments