File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - name : Checkout code
1616 uses : actions/checkout@v6
1717
18+ - name : Setup Rust toolchain
19+ uses : actions-rust-lang/setup-rust-toolchain@v1
20+ with :
21+ toolchain : 1.92
22+
1823 - name : Setup Rust cache
1924 uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
2025 with :
3035 - name : Checkout code
3136 uses : actions/checkout@v4
3237
38+ - name : Setup Rust toolchain
39+ uses : actions-rust-lang/setup-rust-toolchain@v1
40+ with :
41+ toolchain : 1.92
42+ components : clippy
43+
3344 - name : Setup Rust cache
3445 uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
3546 with :
6778 - name : Checkout code
6879 uses : actions/checkout@v4
6980
81+ - name : Setup Rust toolchain
82+ uses : actions-rust-lang/setup-rust-toolchain@v1
83+ with :
84+ toolchain : 1.92
85+
7086 - name : Setup Rust cache
7187 uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
7288 with :
You can’t perform that action at this time.
0 commit comments