From c6a0d1900da3fe185bcb17cb50ff27fe376d75fd Mon Sep 17 00:00:00 2001 From: vato007 Date: Thu, 2 Apr 2026 20:59:27 +1030 Subject: [PATCH] Install rather than add cargo-component --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 20cfbbd..df5014b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 # Build webassembly module - - run: cargo add cargo-component + - run: cargo install cargo-component - run: cargo component build --target wasm32-unknown-unknown --release -p move-money-dynamic # Limit to one test at a time as the CI infrastructure struggles if trying to start too many containers at once - run: cargo test --release