File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v3
27- - uses : actions-rs/ toolchain@v1
27+ - uses : dtolnay/rust- toolchain@stable
2828 with :
29- profile : minimal
3029 toolchain : stable
3130 components : llvm-tools-preview
3231 - uses : Swatinem/rust-cache@v2
4342 uses : actions/checkout@v3
4443
4544 - name : Install stable toolchain
46- uses : actions-rs/ toolchain@v1
45+ uses : dtolnay/rust- toolchain@stable
4746 with :
48- profile : minimal
4947 toolchain : stable
50- override : true
5148
5249 - run : cargo publish
5350 env :
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - uses : actions/checkout@v3
36- - uses : actions-rs/ toolchain@v1
36+ - uses : dtolnay/rust- toolchain@stable
3737 with :
38- profile : minimal
3938 toolchain : stable
4039 components : llvm-tools-preview
4140 - uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change 1010 CARGO_TERM_COLOR : always
1111 steps :
1212 - uses : actions/checkout@v3
13- - uses : actions-rs/ toolchain@v1
13+ - uses : dtolnay/rust- toolchain@stable
1414 with :
15- profile : minimal
1615 toolchain : nightly
17- override : true
1816 components : rustfmt, clippy
1917 - uses : Swatinem/rust-cache@v2
2018 - name : Check Rust Formatting
3028 CARGO_TERM_COLOR : always
3129 steps :
3230 - uses : actions/checkout@v3
33- - uses : actions-rs/ toolchain@v1
31+ - uses : dtolnay/rust- toolchain@stable
3432 with :
35- profile : minimal
3633 toolchain : stable
3734 components : llvm-tools-preview
3835 - uses : Swatinem/rust-cache@v2
6259 CARGO_TERM_COLOR : always
6360 steps :
6461 - uses : actions/checkout@v3
65- - uses : actions-rs/ toolchain@v1
62+ - uses : dtolnay/rust- toolchain@stable
6663 with :
67- profile : minimal
6864 toolchain : stable
6965 - uses : Swatinem/rust-cache@v2
7066 - name : Build Torrust Tracker
You can’t perform that action at this time.
0 commit comments