Skip to content

Commit f4c8048

Browse files
ci: Remove protoc
1 parent 1aa2b0f commit f4c8048

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,12 @@ jobs:
1515
steps:
1616
- name: Check CPU
1717
run: lscpu
18-
19-
- name: Install Protoc
20-
uses: arduino/setup-protoc@v3
21-
2218
- name: Set up Go
2319
uses: actions/setup-go@v4
24-
2520
- name: Install grpcurl
2621
run: go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
27-
2822
- name: Checkout
2923
uses: actions/checkout@v4
30-
3124
- name: Run tests
3225
run: cargo test
3326

.github/workflows/codecov.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install Rust
1919
run: rustup update stable
20-
- name: Install Protoc
21-
uses: arduino/setup-protoc@v3
2220
- name: Set up Go
2321
uses: actions/setup-go@v4
2422
- name: Install grpcurl
2523
run: go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
2624
- name: Install cargo-llvm-cov
2725
uses: taiki-e/install-action@cargo-llvm-cov
2826
- name: Generate code coverage
29-
run: cargo llvm-cov --all-features --workspace --exclude codegen --lcov --output-path lcov.info
27+
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
3028
- name: Upload coverage to Codecov
3129
uses: codecov/codecov-action@v3
3230
with:

0 commit comments

Comments
 (0)