From 47477ece5a1b779b0d3b449fb8885f3e98711dcb Mon Sep 17 00:00:00 2001 From: Brian Hardock Date: Mon, 20 Oct 2025 21:23:44 -0600 Subject: [PATCH] Install wasm-tools in publish-wit Signed-off-by: Brian Hardock --- .github/workflows/publish-wit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-wit.yml b/.github/workflows/publish-wit.yml index 967a18266b..828a438f85 100644 --- a/.github/workflows/publish-wit.yml +++ b/.github/workflows/publish-wit.yml @@ -22,7 +22,7 @@ jobs: - name: Install wasm-tools shell: bash - run: cargo binstall wasm-tools + run: cargo install wasm-tools - name: Install wkg shell: bash