From f85ac650c97186a76b0691e96a5101265821617b Mon Sep 17 00:00:00 2001 From: kent-3 <100624004+kent-3@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:53:21 -0400 Subject: [PATCH] install wasm32 target --- .github/workflows/Secret_gateway_tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Secret_gateway_tests.yml b/.github/workflows/Secret_gateway_tests.yml index 6f360e8..c8c5c5c 100644 --- a/.github/workflows/Secret_gateway_tests.yml +++ b/.github/workflows/Secret_gateway_tests.yml @@ -69,10 +69,6 @@ jobs: integration_tests: runs-on: ubuntu-latest - strategy: - matrix: - rust: - - stable services: secret: image: ghcr.io/scrtlabs/localsecret:v1.13.3 @@ -93,7 +89,8 @@ jobs: - uses: mozilla-actions/sccache-action@v0.0.5 - uses: dtolnay/rust-toolchain@master with: - toolchain: ${{ matrix.rust }} + toolchain: stable + target: wasm32-unknown-unknown - name: Install dependencies run: npm --prefix tests/ install - name: Install wasm-opt