Skip to content

Commit 97ed6a0

Browse files
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

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
version: 0.15.2
7474

7575
- name: Install cargo-zigbuild
76-
uses: taiki-e/install-action@ffdab026038b43b56c3c9540cdadb98181c6155c # v2.27.8
76+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2.77.1
7777
if: ${{ contains(matrix.target, 'musl') }}
7878
env:
7979
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)