From e94b26eb256178c26127e6882c3d040eb083e058 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 20 Sep 2024 16:25:41 +0200 Subject: [PATCH] ci: remove `binstall` Signed-off-by: Roman Volosatovs --- .github/workflows/west.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/west.yml b/.github/workflows/west.yml index 4e65be7..a39c3a3 100644 --- a/.github/workflows/west.yml +++ b/.github/workflows/west.yml @@ -146,8 +146,7 @@ jobs: go-version-file: go.mod - run: rustup show - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - - uses: cargo-bins/cargo-binstall@f9144d57df0014c2e0975517e582dbaaa2b597af # v1.10.5 - - run: cargo binstall -y wasm-tools@1.217 + - run: cargo install wasm-tools@1.217.0 - run: go generate ./tests/go/... ./examples/go/... - run: go test -failfast ./... env: @@ -196,8 +195,7 @@ jobs: - run: rustup show - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - - uses: cargo-bins/cargo-binstall@f9144d57df0014c2e0975517e582dbaaa2b597af # v1.10.5 - - run: cargo binstall -y wasm-tools@1.217 + - run: cargo install wasm-tools@1.217.0 - run: cargo test --workspace --all-targets - run: go generate -tags=dev ./... - run: go test -failfast -tags=dev ./...