From d5ae439e152b678cacc34b43f9090e33c0b9cb20 Mon Sep 17 00:00:00 2001 From: core Date: Sun, 26 Apr 2026 15:55:56 -0400 Subject: [PATCH] fix: actually install the cli (2) --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 607aaab43d7e9a994e1a64b6975d7458808fb39e..88ab3c9ef85702f3f1d84f4863073e6b4e16147b 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-cli --version 0.2.118 + cargo binstall wasm-bindgen-cli --version 0.2.118 --no-confirm - web_client: | source ~/.profile cd starkingdoms