Commit 97ed6a0
ci: fix musl release builds by bumping taiki-e/install-action (#263)
ci: bump taiki-e/install-action to v2.77.1 to fix musl release builds
v2.27.8 lacks a native cargo-zigbuild manifest and falls back to
cargo-binstall@1.6.3, whose old TOML parser rejects edition = "2024"
in the current cargo-zigbuild manifest, breaking both musl release
builds. v2.77.1 ships a native manifest that downloads the prebuilt
binary directly, bypassing cargo-binstall entirely.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f98a82b commit 97ed6a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments