Skip to content

Commit

Permalink
Fixing nightly ref for rustup adds
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Jan 10, 2025
1 parent f1c74cc commit 2b2754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ setup-nightly-rs:
$(RUSTUP) update
$(RUSTUP) toolchain install $(PINNED_NIGHTLY)
$(RUSTUP) target add --toolchain $(PINNED_NIGHTLY) wasm32-unknown-unknown
$(RUSTUP) component add rustfmt clippy-preview
$(RUSTUP) component add --toolchain $(PINNED_NIGHTLY) rustfmt clippy-preview

0 comments on commit 2b2754d

Please sign in to comment.