From a3a7a7ba2ccffa48a82d8f33be9f419061ff6bbf Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 12 Jun 2026 15:14:39 -0600 Subject: [PATCH] fix release CI --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7dcdeef..498dedf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -132,7 +132,7 @@ jobs: - name: Install latest Rust stable toolchain uses: dtolnay/rust-toolchain@stable with: - targets: ${{ matrix.config.target }} + targets: wasm32-wasip2 ${{ matrix.config.target }} - uses: Swatinem/rust-cache@v2 if: matrix.config.os == 'ubuntu-latest' && matrix.config.arch == 'amd64'