File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 with :
2828 persist-credentials : false
29- - uses : dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
30- with :
31- toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
29+ - name : Install rust toolchain
30+ run : |
31+ rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32+ rustup default "${RUST_TOOLCHAIN_VERSION}"
3233 - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3334 with :
3435 key : udeps
5152 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5253 with :
5354 persist-credentials : false
54- - uses : dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
55- with :
56- toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
55+ - name : Install rust toolchain
56+ run : |
57+ rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
58+ rustup default "${RUST_TOOLCHAIN_VERSION}"
5759 - uses : EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
5860 with :
5961 command : check ${{ matrix.checks }}
Original file line number Diff line number Diff line change 2626 with :
2727 persist-credentials : false
2828
29- - uses : dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
30- with :
31- toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
29+ - name : Install rust toolchain
30+ run : |
31+ rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32+ rustup default "${RUST_TOOLCHAIN_VERSION}"
3233
3334 - name : Build Crate Docs
3435 run : cargo doc --no-deps --all-features
You can’t perform that action at this time.
0 commit comments