Skip to content

Commit d9d0961

Browse files
authored
Merge pull request #191 from Bathtor/fix-build-vb
Update Dependencies
2 parents 2a49217 + b4bc393 commit d9d0961

19 files changed

Lines changed: 293 additions & 761 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
matrix:
1919
rust: [stable, nightly]
2020
steps:
21-
- name: Install Protoc
22-
uses: arduino/setup-protoc@v1
23-
with:
24-
version: '3.6.1'
25-
repo-token: ${{ secrets.GITHUB_TOKEN }}
2621
- name: Setup rust toolchain
2722
uses: actions-rs/toolchain@v1
2823
with:
@@ -61,10 +56,6 @@ jobs:
6156
rust: [stable, nightly]
6257
feature: [ser_id_8, ser_id_16, ser_id_32]
6358
steps:
64-
- name: Install Protoc
65-
uses: arduino/setup-protoc@v1
66-
with:
67-
version: '3.6.1'
6859
- name: Setup rust toolchain
6960
uses: actions-rs/toolchain@v1
7061
with:
@@ -103,10 +94,6 @@ jobs:
10394
rust: [stable, nightly]
10495
feature: [thread_pinning, low_latency, type_erasure]
10596
steps:
106-
- name: Install Protoc
107-
uses: arduino/setup-protoc@v1
108-
with:
109-
version: '3.6.1'
11097
- name: Setup rust toolchain
11198
uses: actions-rs/toolchain@v1
11299
with:
@@ -141,10 +128,6 @@ jobs:
141128
name: cargo clippy
142129
runs-on: ubuntu-latest
143130
steps:
144-
- name: Install Protoc
145-
uses: arduino/setup-protoc@v1
146-
with:
147-
version: '3.6.1'
148131
- name: Install nightly toolchain
149132
uses: actions-rs/toolchain@v1
150133
with:

0 commit comments

Comments
 (0)