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): 更换运行 x86 与 arm 构建的方式
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGoldenWater committed May 12, 2023
1 parent 22c929a commit 2eebf09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ args = ["clippy", "-r", "--target", "x86_64-pc-windows-msvc", "--", "-Dwarnings"

# region build
[tasks.ci-build]
dependencies = ["setup", "build-share", "init-frontend", "gen-ts-binding"]
dependencies = ["setup", "build-share", "init-frontend", "gen-ts-binding", "ci-build-x86", "ci-build-arm"]
install_crate = { crate_name = "tauri-cli", force = false }
run_task = [{ name = "ci-build-x86" }, { name = "ci-build-arm" }]

[tasks.ci-build-x86.mac]
command = "cargo"
Expand Down

0 comments on commit 2eebf09

Please sign in to comment.