File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 - uses : Swatinem/rust-cache@v2
3333
34+ - name : Install Protoc
35+ uses : taiki-e/install-action@v2
36+ with :
37+ tool : protoc
38+
3439 - name : Run cargo test
3540 uses : actions-rs/cargo@v1
3641 with :
5762
5863 - uses : Swatinem/rust-cache@v2
5964
65+ - name : Install Protoc
66+ uses : taiki-e/install-action@v2
67+ with :
68+ tool : protoc
69+
6070 - name : Download grcov
6171 run : |
6272 mkdir -p "${HOME}/.local/bin"
@@ -93,6 +103,11 @@ jobs:
93103
94104 - uses : Swatinem/rust-cache@v2
95105
106+ - name : Install Protoc
107+ uses : taiki-e/install-action@v2
108+ with :
109+ tool : protoc
110+
96111 - name : Run cargo fmt
97112 uses : actions-rs/cargo@v1
98113 with :
Original file line number Diff line number Diff line change 3939 override : true
4040
4141 - name : Install Protoc
42- uses : arduino/setup-protoc@v3
42+ uses : taiki-e/install-action@v2
43+ with :
44+ tool : protoc
4345
4446 - uses : Swatinem/rust-cache@v2
4547
@@ -102,7 +104,9 @@ jobs:
102104 node-version : 18
103105
104106 - name : Install Protoc
105- uses : arduino/setup-protoc@v3
107+ uses : taiki-e/install-action@v2
108+ with :
109+ tool : protoc
106110
107111 - name : Install ${{ matrix.rust }} toolchain
108112 uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments