File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 16
16
override : true
17
17
components : rustfmt
18
18
- name : Install Protoc
19
- uses : arduino/setup-protoc@v3
19
+ run : sudo apt-get install -y protobuf-compiler
20
20
- name : Cargo Check
21
21
run : cargo check
Original file line number Diff line number Diff line change 16
16
components : clippy, rustfmt
17
17
override : true
18
18
- name : Install protoc
19
- run : |
20
- PB_REL="https://github.com/protocolbuffers/protobuf/releases"
21
- curl -LO $PB_REL/download/v25.1/protoc-25.1-linux-x86_64.zip
22
- apt install -y unzip
23
- unzip protoc-25.1-linux-x86_64.zip -d $HOME/.local
24
- export PATH="$PATH:$HOME/.local/bin"
19
+ run : sudo apt-get install -y protobuf-compiler
25
20
- name : Clippy Lint
26
21
run : |
27
22
cargo clippy -- -D warnings
Original file line number Diff line number Diff line change 16
16
components : rustfmt
17
17
override : true
18
18
- name : Install protoc
19
- run : |
20
- PB_REL="https://github.com/protocolbuffers/protobuf/releases"
21
- curl -LO $PB_REL/download/v25.1/protoc-25.1-linux-x86_64.zip
22
- apt install -y unzip
23
- unzip protoc-25.1-linux-x86_64.zip -d $HOME/.local
24
- export PATH="$PATH:$HOME/.local/bin"
19
+ run : sudo apt-get install -y protobuf-compiler
25
20
- name : Check Formatting
26
21
run : |
27
22
cargo fmt -- --check
You can’t perform that action at this time.
0 commit comments