File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 3939 yellowstone-vixen/target/
4040 key : cargo-${{ hashFiles('**/Cargo.lock') }}-0001
4141
42- # Cache Rust Nightly Toolchain
43- - name : Cache Rust Nightly
44- id : cache-rust-nightly
45- uses : actions/cache@v4
46- with :
47- path : ~/.rustup
48- key : rust-nightly-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}
49-
50- - name : Install Rust Nightly if Not Cached
51- if : steps.cache-rust-nightly.outputs.cache-hit != 'true'
52- uses : actions-rs/toolchain@v1
53- with :
54- toolchain : nightly
55- override : true
56- components : rustfmt, clippy
57-
5842 - name : Install Latest Protoc
5943 run : |
6044 PROTOC_VERSION=26.1
Original file line number Diff line number Diff line change 4545 uses : actions-rs/toolchain@v1
4646 with :
4747 toolchain : nightly
48- override : true
49- components : rustfmt, clippy
48+ components : rustfmt
5049
5150 - name : Install Latest Protoc
5251 run : |
@@ -63,12 +62,12 @@ jobs:
6362 run : |
6463 cargo tree
6564 git checkout Cargo.lock
66- cargo tree --frozen
65+ cargo tree
6766
6867 # fmt
6968 - name : Check fmt
7069 run : cargo +nightly fmt --all -- --check
7170
7271 # clippy
7372 - name : Check clippy
74- run : cargo +nightly clippy --all-targets --tests -- -Dwarnings
73+ run : cargo clippy --all-targets --tests -- -Dwarnings
You can’t perform that action at this time.
0 commit comments