Files
claude-code-skill-manager/.gitea
siujamo 12aea0fc26
Build / build (ccsm-darwin-amd64.tar.gz, ccsm, x86_64-apple-darwin) (push) Failing after 4m34s
Build / build (ccsm-linux-amd64.tar.gz, ccsm, x86_64-unknown-linux-gnu) (push) Failing after 2m27s
Build / build (ccsm-windows-amd64.zip, ccsm.exe, x86_64-pc-windows-gnu) (push) Has been cancelled
Replace cross-rs with cargo-zigbuild for cross-compilation
cross-rs has no Docker image for macOS targets and the Windows image
has a broken cargo PATH, causing all non-Linux builds to fail.
Zig's toolchain handles Linux→macOS and Linux→Windows cross-compilation
from a single ubuntu runner. Also add --target to the native Linux build
so the output path matches the Package step.
2026-06-22 09:56:30 +08:00
..