From fa281595844a884a24a27b4a69b01127bdcb74d0 Mon Sep 17 00:00:00 2001 From: Ashley Hunter Date: Wed, 6 May 2026 09:24:04 +0100 Subject: [PATCH] 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) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e85a43ae9..4b4a99acb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: version: 0.15.2 - name: Install cargo-zigbuild - uses: taiki-e/install-action@ffdab026038b43b56c3c9540cdadb98181c6155c # v2.27.8 + uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2.77.1 if: ${{ contains(matrix.target, 'musl') }} env: GITHUB_TOKEN: ${{ github.token }}