File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 name : Lint Test Build
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v6
2020
21- - name : Install protobuf compiler
22- run : sudo apt-get update && sudo apt-get install -y protobuf-compiler
21+ - name : Install protobuf compiler
22+ run : sudo apt-get update && sudo apt-get install -y protobuf-compiler
2323
24- - uses : dtolnay/rust-toolchain@nightly
24+ - uses : dtolnay/rust-toolchain@nightly
2525 with :
2626 components : rustfmt, clippy
2727
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 name : Release
1414 runs-on : ubuntu-latest
1515 steps :
16- - name : Checkout
17- uses : actions/checkout@v6
18- with :
19- fetch-depth : 0
16+ - name : Checkout
17+ uses : actions/checkout@v6
18+ with :
19+ fetch-depth : 0
2020
21- - name : Install protobuf compiler
22- run : sudo apt-get update && sudo apt-get install -y protobuf-compiler
21+ - name : Install protobuf compiler
22+ run : sudo apt-get update && sudo apt-get install -y protobuf-compiler
2323
24- - name : Install Rust stable
24+ - name : Install Rust stable
2525 uses : dtolnay/rust-toolchain@stable
2626
2727 - name : Install Rust nightly with components
You can’t perform that action at this time.
0 commit comments