Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix(CI/CD): 试图修复无法安装 nightly toolchain 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGoldenWater committed May 12, 2023
1 parent 608d89a commit b72923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip_core_tasks = true

# region setup
[tasks.setup]
dependencies = ["setup-rustup-target", "setup-rustup-target-wasm", "setup-rustup-toolchain-nightly"]
dependencies = ["setup-rustup-target", "setup-rustup-target-wasm"]

[tasks.setup-rustup-toolchain-nightly]
command = "rustup"
Expand Down

0 comments on commit b72923e

Please sign in to comment.