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 52f8b92 commit 51cf40c
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 @@ -16,7 +16,7 @@ skip_crate_env_info = true

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

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

0 comments on commit 51cf40c

Please sign in to comment.