Skip to content

Commit

Permalink
Correcting nightly pin in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Jan 10, 2025
1 parent 9b62842 commit ad4c237
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/casper-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
with:
persist-credentials: false

- uses: Swatinem/rust-cache@v2

- name: setup
run: make setup

- uses: Swatinem/rust-cache@v2

- name: check-std-features
run: make check-std-features

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
# components: rustfmt, clippy
# target: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v2

- name: setup
run: make setup

- uses: Swatinem/rust-cache@v2

- name: fmt
run: make check-format

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ setup-audit:
.PHONY: setup-rs
setup: smart_contracts/rust-toolchain
$(RUSTUP) update
$(RUSTUP) toolchain install $(PINNED_STABLE) $(PINNED_NIGHTLY) $(NIGHTLY_FOR_DOC)
$(RUSTUP) toolchain install $(PINNED_STABLE) $(PINNED_NIGHTLY) $(CARGO_PINNED_NIGHTLY)
$(RUSTUP) target add --toolchain $(PINNED_STABLE) wasm32-unknown-unknown
$(RUSTUP) target add --toolchain $(PINNED_NIGHTLY) wasm32-unknown-unknown

Expand Down

0 comments on commit ad4c237

Please sign in to comment.