File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments