mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
ci: add Windows ARM64 release support (#3950)
* ci: add Windows ARM64 release artifacts * ci: keep release matrix jobs independent * ci: fix pnpm cache path on Windows runners * ci: setup pnpm with corepack on Windows ARM64 * ci: fix Windows ARM64 release build * ci: retry transient release bundler downloads * ci: remove non-minimal release workflow changes * ci: keep release matrix jobs independent macOS signing fails in forks without Apple secrets and, with default matrix fail-fast, cancels the sibling jobs (including Windows ARM64) before they finish. Disable fail-fast so each platform runs to completion. --------- Co-authored-by: MoonDreamStars <moondreamstar1@gmail.com>
This commit is contained in:
@@ -91,6 +91,9 @@ webkit2gtk = { version = "2.0.1", features = ["v2_16"] }
|
||||
winreg = "0.52"
|
||||
windows-sys = { version = "0.61", features = ["Win32_Globalization", "Win32_UI_Shell"] }
|
||||
|
||||
[target.'cfg(all(target_os = "windows", target_arch = "aarch64"))'.dependencies]
|
||||
rquickjs = { version = "0.8", features = ["bindgen"] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc2 = "0.5"
|
||||
objc2-app-kit = { version = "0.2", features = ["NSColor"] }
|
||||
|
||||
Reference in New Issue
Block a user