From 5caac04a84db18595c88d4fef08a7c9bc5853e83 Mon Sep 17 00:00:00 2001 From: Tom French Date: Mon, 11 Sep 2023 10:29:14 +0100 Subject: [PATCH] chore(ci): install `wasm-bindgen-cli` through binary --- .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