File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 toolchain : ${{ matrix.toolchain }}
2929 override : true
30+ - name : Setup Cargo cache
31+ uses : Swatinem/rust-cache@v2
3032 - name : Build using ${{ matrix.toolchain }} for ${{ matrix.os }}
3133 uses : actions-rs/cargo@v1
3234 with :
5759 with :
5860 toolchain : ${{ matrix.toolchain }}
5961 override : true
62+ - name : Setup Cargo cache
63+ uses : Swatinem/rust-cache@v2
6064 - name : Test using ${{ matrix.toolchain }} for ${{ matrix.os }}
6165 uses : actions-rs/cargo@v1
6266 with :
Original file line number Diff line number Diff line change 1616 with :
1717 toolchain : stable-x86_64-unknown-linux-gnu
1818 override : true
19+ - name : Setup Cargo cache
20+ uses : Swatinem/rust-cache@v2
1921 - name : Package
2022 uses : actions-rs/cargo@v1
2123 with :
Original file line number Diff line number Diff line change 1414 with :
1515 toolchain : stable-x86_64-unknown-linux-gnu
1616 override : true
17+ - name : Setup Cargo cache
18+ uses : Swatinem/rust-cache@v2
1719 - name : Login to crates.io
1820 uses : actions-rs/cargo@v1
1921 with :
3739 with :
3840 toolchain : stable-x86_64-unknown-linux-gnu
3941 override : true
42+ - name : Setup Cargo cache
43+ uses : Swatinem/rust-cache@v2
4044 - name : Package
4145 uses : actions-rs/cargo@v1
4246 with :
You can’t perform that action at this time.
0 commit comments