From fa54c193043504839055b22c0b20dd67c53a54ea Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:07:14 +0100 Subject: [PATCH] chore(ci): install `wasm-bindgen-cli` through prebuilt binary (#536) --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4216f4b7..406e1383 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,8 +105,9 @@ jobs: with: targets: wasm32-unknown-unknown - - name: Install wasm-bindgen-cli - run: cargo install wasm-bindgen-cli --vers "0.2.87" --locked + - uses: taiki-e/install-action@v2 + with: + tool: wasm-bindgen-cli@0.2.87 - name: Run rust tests run: cargo test