File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 with :
3333 persist-credentials : false
3434
35+ - uses : Swatinem/rust-cache@v2
36+
3537 - name : setup
3638 run : make setup
3739
38- - uses : Swatinem/rust-cache@v2
39-
4040 - name : check-std-features
4141 run : make check-std-features
4242
Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ jobs:
6868# components: rustfmt, clippy
6969# target: wasm32-unknown-unknown
7070
71+ - uses : Swatinem/rust-cache@v2
72+
7173 - name : setup
7274 run : make setup
7375
74- - uses : Swatinem/rust-cache@v2
75-
7676 - name : fmt
7777 run : make check-format
7878
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ setup-audit:
180180.PHONY : setup-rs
181181setup : smart_contracts/rust-toolchain
182182 $(RUSTUP ) update
183- $(RUSTUP ) toolchain install $(PINNED_STABLE ) $(PINNED_NIGHTLY ) $(NIGHTLY_FOR_DOC )
183+ $(RUSTUP ) toolchain install $(PINNED_STABLE ) $(PINNED_NIGHTLY ) $(CARGO_PINNED_NIGHTLY )
184184 $(RUSTUP ) target add --toolchain $(PINNED_STABLE ) wasm32-unknown-unknown
185185 $(RUSTUP ) target add --toolchain $(PINNED_NIGHTLY ) wasm32-unknown-unknown
186186
You can’t perform that action at this time.
0 commit comments