From 8dd4feacce16cf2b1636d2381c2640f612752d9f Mon Sep 17 00:00:00 2001 From: core Date: Sun, 26 Apr 2026 15:53:28 -0400 Subject: [PATCH] fix: actually install the cli --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index a0b095b11e0d50680366a11bb8985b2e563ea308..607aaab43d7e9a994e1a64b6975d7458808fb39e 100644 --- a/.build.yml +++ b/.build.yml @@ -22,7 +22,7 @@ tasks: sudo wget https://coredoes.dev/sccache -O /usr/local/bin/sccache sudo chmod 0755 /usr/local/bin/sccache curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - cargo binstall wasm-bindgen --version 0.2.118 + cargo binstall wasm-bindgen-cli --version 0.2.118 - web_client: | source ~/.profile cd starkingdoms