Skip to content

Commit fcf1918

Browse files
committed
fix build
1 parent 8876b35 commit fcf1918

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131

3232
- uses: Swatinem/rust-cache@v2
3333

34-
- name: Install Protoc
35-
uses: arduino/setup-protoc@v3
36-
3734
- name: Run cargo test
3835
uses: actions-rs/cargo@v1
3936
with:
@@ -58,9 +55,6 @@ jobs:
5855
override: true
5956
components: llvm-tools-preview
6057

61-
- name: Install Protoc
62-
uses: arduino/setup-protoc@v3
63-
6458
- uses: Swatinem/rust-cache@v2
6559

6660
- name: Download grcov
@@ -97,9 +91,6 @@ jobs:
9791
override: true
9892
components: rustfmt, clippy
9993

100-
- name: Install Protoc
101-
uses: arduino/setup-protoc@v3
102-
10394
- uses: Swatinem/rust-cache@v2
10495

10596
- name: Run cargo fmt

0 commit comments

Comments
 (0)