Skip to content

Commit 21ebbd3

Browse files
committed
change protoinstall in ci
change ci Signed-off-by: jokemanfire <[email protected]>
1 parent b648ab2 commit 21ebbd3

File tree

20 files changed

+4
-8478
lines changed

20 files changed

+4
-8478
lines changed

.github/workflows/bvt.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v3
1313
- name: Install Protoc
14-
run: |
15-
./install_protoc.sh
14+
uses: arduino/setup-protoc@v3
1615
- name: Check
1716
run: |
1817
make check-all
@@ -27,8 +26,7 @@ jobs:
2726
- name: Checkout
2827
uses: actions/checkout@v3
2928
- name: Install Protoc
30-
run: |
31-
./install_protoc.sh
29+
uses: arduino/setup-protoc@v3
3230
- name: Build
3331
run: |
3432
make

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Cargo.lock
77
*.o
88
example/protocols/**/*.rs
99
src/ttrpc.rs
10+
example2/protocols/**/*.rs

example2/protocols/asynchronous/_include.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)