Skip to content

Commit ad4c237

Browse files
committed
Correcting nightly pin in makefile
1 parent 9b62842 commit ad4c237

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/casper-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ setup-audit:
180180
.PHONY: setup-rs
181181
setup: 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

0 commit comments

Comments
 (0)